summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorsmb <smb@pkgsrc.org>2009-03-07 17:25:14 +0000
committersmb <smb@pkgsrc.org>2009-03-07 17:25:14 +0000
commit88cf0e5ace2ae4b2631c447700ac9ff0536436de (patch)
treea2a789d9d72fec040a43591bc2c14660d99d1f21 /sysutils
parent0ea6b770f477aa3c24fc8f44e247dc150e2c9962 (diff)
downloadpkgsrc-88cf0e5ace2ae4b2631c447700ac9ff0536436de.tar.gz
Run a command as a daemon, by invoking daemon(3)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/daemond/DESCR1
-rw-r--r--sysutils/daemond/Makefile14
-rw-r--r--sysutils/daemond/PLIST3
-rw-r--r--sysutils/daemond/distinfo5
4 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/daemond/DESCR b/sysutils/daemond/DESCR
new file mode 100644
index 00000000000..d2ce60b11dd
--- /dev/null
+++ b/sysutils/daemond/DESCR
@@ -0,0 +1 @@
+Run a command as a daemon, by invoking daemon(3)
diff --git a/sysutils/daemond/Makefile b/sysutils/daemond/Makefile
new file mode 100644
index 00000000000..f5cbfeafa19
--- /dev/null
+++ b/sysutils/daemond/Makefile
@@ -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
+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 --git a/sysutils/daemond/PLIST b/sysutils/daemond/PLIST
new file mode 100644
index 00000000000..f3490853f2a
--- /dev/null
+++ b/sysutils/daemond/PLIST
@@ -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 --git a/sysutils/daemond/distinfo b/sysutils/daemond/distinfo
new file mode 100644
index 00000000000..a8cc365d6d5
--- /dev/null
+++ b/sysutils/daemond/distinfo
@@ -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