mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
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>
This commit is contained in:
parent
3ece6aab5e
commit
1f6537967d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136423
@ -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/
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user