aboutsummaryrefslogtreecommitdiff
path: root/sysutils/daemontools
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2005-05-30 11:28:04 +0000
committerPeter Pentchev <roam@FreeBSD.org>2005-05-30 11:28:04 +0000
commit1f6537967ddebd904fa89426b6d5ef65d45908ab (patch)
tree028d3776104fb3fbcf11a3a209b3a915534bae75 /sysutils/daemontools
parent3ece6aab5e8c68363ad64091af74434f9ab19ade (diff)
downloadports-1f6537967ddebd904fa89426b6d5ef65d45908ab.tar.gz
ports-1f6537967ddebd904fa89426b6d5ef65d45908ab.zip
Remove the duplicate 'Stopping svscan' message on shutdown.
Fix the URL in pkg-descr. Bump PORTREVISION. PR: 81665 Submitted by: Renato Botelho <freebsd@galle.com.br>
Notes
Notes: svn path=/head/; revision=136423
Diffstat (limited to 'sysutils/daemontools')
-rw-r--r--sysutils/daemontools/Makefile2
-rw-r--r--sysutils/daemontools/files/svscan.sh.sample1
-rw-r--r--sysutils/daemontools/pkg-descr2
3 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile
index 27a3ae9bc320..feb11f485708 100644
--- a/sysutils/daemontools/Makefile
+++ b/sysutils/daemontools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= daemontools
PORTVERSION= 0.76
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= sysutils
MASTER_SITES= http://cr.yp.to/daemontools/ \
ftp://cr.yp.to/daemontools/
diff --git a/sysutils/daemontools/files/svscan.sh.sample b/sysutils/daemontools/files/svscan.sh.sample
index 3a3af99704aa..097a6264d47b 100644
--- a/sysutils/daemontools/files/svscan.sh.sample
+++ b/sysutils/daemontools/files/svscan.sh.sample
@@ -67,7 +67,6 @@ svscan_start () {
}
svscan_stop_post () {
- echo "Stopping svscan."
find -L "$svscan_servicedir" -mindepth 1 -maxdepth 2 -type d \( \! -path "$svscan_servicedir/*/*" -or -name 'log' \) -print0 | xargs -0 %%PREFIX%%/bin/svc -dx
}
diff --git a/sysutils/daemontools/pkg-descr b/sysutils/daemontools/pkg-descr
index a9575e474077..2b6648d5341e 100644
--- a/sysutils/daemontools/pkg-descr
+++ b/sysutils/daemontools/pkg-descr
@@ -2,6 +2,6 @@ Daemontools is a small set of /very/ useful utilities, from Dan
Bernstein. They are mainly used for controlling processes, and
maintaining logfiles.
-WWW: http://pobox.com/~djb/daemontools.html
+WWW: http://cr.yp.to/daemontools.html
-Dom <dom@myrddin.demon.co.uk>