Skip to content

Commit

Permalink
Added --oknodo option to start-stop-daemon for restart action in the
Browse files Browse the repository at this point in the history
Debian init script (#28).
  • Loading branch information
racke committed Aug 9, 2007
1 parent 6e8e55f commit 2badd38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion WHATSNEW-5.5
Expand Up @@ -182,4 +182,7 @@ SOAP
Packaging Packaging
--------- ---------


* Switched from dh_movefiles to dh_install for Debian packaging. * Switched from dh_movefiles to dh_install for Debian packaging.

* Added --oknodo option to start-stop-daemon for restart action in the
Debian init script (#28).
3 changes: 2 additions & 1 deletion debian/changelog
Expand Up @@ -4,9 +4,10 @@ interchange (5.5.1-0.1) unstable; urgency=low
* removed db_stop call from interchange-ui's postrm script * removed db_stop call from interchange-ui's postrm script
(Closes: #431580, thanks to Michael Ablassmeier <abi@grinser.de> for the (Closes: #431580, thanks to Michael Ablassmeier <abi@grinser.de> for the
report) report)
* added --oknodo option to start-stop-daemon for restart action (Closes: #267616)
* switched from dh_movefiles to dh_install * switched from dh_movefiles to dh_install


-- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 6 Aug 2007 21:46:12 +0200 -- Stefan Hornburg (Racke) <racke@linuxia.de> Thu, 9 Aug 2007 13:14:54 +0200


interchange (5.4.2-4) unstable; urgency=low interchange (5.4.2-4) unstable; urgency=low


Expand Down
4 changes: 2 additions & 2 deletions debian/interchange.init
Expand Up @@ -2,7 +2,7 @@
# #
# interchange.init - Interchange start-stop script # interchange.init - Interchange start-stop script
# #
# Copyright (C) 2000,2001,2002,2003 Stefan Hornburg (Racke) <racke@linuxia.de> # Copyright (C) 2000,2001,2002,2003,2007 Stefan Hornburg (Racke) <racke@linuxia.de>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -81,7 +81,7 @@ case "$1" in
# #


echo -n "Restarting $DESC: " echo -n "Restarting $DESC: "
start-stop-daemon --stop --pidfile /var/run/interchange/$NAME.pid start-stop-daemon --stop --pidfile /var/run/interchange/$NAME.pid --oknodo
echo "$NAME." echo "$NAME."
sleep 1 sleep 1


Expand Down

0 comments on commit 2badd38

Please sign in to comment.