forked from Lainports/freebsd-ports
- Add missing 'shutdown' keyword in rc.d/svscan script so that services
can gracefully shutdown. Reported by: dvl
This commit is contained in:
parent
84e33767dd
commit
225e83d93c
2 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= daemontools
|
||||
PORTVERSION= 0.76
|
||||
PORTREVISION= 16
|
||||
PORTREVISION= 17
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://cr.yp.to/daemontools/ \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/:DEFAULT,1 \
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
# PROVIDE: svscan
|
||||
# REQUIRE: %%SVSCAN_REQUIRE%%
|
||||
# BEFORE: %%SVSCAN_BEFORE%%
|
||||
# KEYWORD: shutdown
|
||||
|
||||
# Define these svscan_* variables in one of these files:
|
||||
# /etc/rc.conf
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue