Be sure that client is stopped before the server also when using dependencies based boot
This commit is contained in:
parent
a7e6c2affc
commit
fa2376d331
2 changed files with 4 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -16,8 +16,10 @@ nut (2.6.4-3) UNRELEASED; urgency=low
|
|||
happends before squeeze release and this was against policy to have a
|
||||
maintainer script modifying a conffile in the first place (Closes: #684392)
|
||||
* Add dependency against adduser and lsb-base on nut-client package
|
||||
* Be sure that client is stopped before the server also when using
|
||||
dependencies based boot
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Sat, 11 Aug 2012 17:06:27 +0200
|
||||
-- Laurent Bigonville <bigon@debian.org> Sat, 11 Aug 2012 18:02:59 +0200
|
||||
|
||||
nut (2.6.4-2) unstable; urgency=low
|
||||
|
||||
|
|
2
debian/nut-server.init
vendored
2
debian/nut-server.init
vendored
|
@ -2,7 +2,7 @@
|
|||
### BEGIN INIT INFO
|
||||
# Provides: nut-server upsd
|
||||
# Required-Start: $local_fs $syslog $network $remote_fs udev
|
||||
# Required-Stop: $local_fs $syslog $network $remote_fs udev nut-client
|
||||
# Required-Stop: $local_fs $syslog $network $remote_fs udev
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Network UPS Tools initscript
|
||||
|
|
Loading…
Reference in a new issue