pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/daemond Run a command as a daemon, by invokin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50842f8156fd
branches:  trunk
changeset: 555731:50842f8156fd
user:      smb <smb%pkgsrc.org@localhost>
date:      Sat Mar 07 17:25:14 2009 +0000

description:
Run a command as a daemon, by invoking daemon(3)

diffstat:

 sysutils/daemond/DESCR    |   1 +
 sysutils/daemond/Makefile |  14 ++++++++++++++
 sysutils/daemond/PLIST    |   3 +++
 sysutils/daemond/distinfo |   5 +++++
 4 files changed, 23 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 09bf9063d032 -r 50842f8156fd sysutils/daemond/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/daemond/DESCR    Sat Mar 07 17:25:14 2009 +0000
@@ -0,0 +1,1 @@
+Run a command as a daemon, by invoking daemon(3)
diff -r 09bf9063d032 -r 50842f8156fd sysutils/daemond/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/daemond/Makefile Sat Mar 07 17:25:14 2009 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/07 17:25:14 smb Exp $
+#
+
+DISTNAME=      daemond-1.0
+CATEGORIES=    sysutils
+MASTER_SITES=  http://www.cs.columbia.edu/~smb/src/
+
+MAINTAINER=    smb%NetBSD.org@localhost
+HOMEPAGE=      http://www.cs.columbia.edu/~smb/src/
+COMMENT=       Run a command as a daemon
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../mk/bsd.pkg.mk"
diff -r 09bf9063d032 -r 50842f8156fd sysutils/daemond/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/daemond/PLIST    Sat Mar 07 17:25:14 2009 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/07 17:25:14 smb Exp $
+bin/daemond
+man/man8/daemond.8
diff -r 09bf9063d032 -r 50842f8156fd sysutils/daemond/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/daemond/distinfo Sat Mar 07 17:25:14 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/07 17:25:14 smb Exp $
+
+SHA1 (daemond-1.0.tar.gz) = 8262aad555e4869c22edcffcd1232525fef88eb4
+RMD160 (daemond-1.0.tar.gz) = 847d0d780910e332474e74bd24e246171401a5ea
+Size (daemond-1.0.tar.gz) = 1628 bytes



Home | Main Index | Thread Index | Old Index