]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openssh: Change upstart script for new shutdown process.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 20:07:04 +0000 (21:07 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 20:07:04 +0000 (21:07 +0100)
Reference #118

pkgs/core/openssh/openssh.init
pkgs/core/openssh/openssh.nm

index 9c1538c485a52e6d5fa0e6c6e57f3121c86e96a8..35d1c4fbb130525926fe89b9c69bef6ab0cd2e6f 100644 (file)
@@ -2,7 +2,7 @@ description             "OpenSSH Server"
 author                 "IPFire Team"
 
 start on started network
-stop on stopping network
+stop on kill-all-network-services or stopping network
 
 pre-start script
        for algo in dsa rsa; do
index 1176202dc5f930f26c12bc5dc43c18d1f6a6c6ca..068db36eed20d741305a484506353f736bb82971 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = openssh
 PKG_VER        = 5.4p1
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = Application/Internet