stop nfsd and sshd on reboot (thx, puchu)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Jan 2010 18:12:57 +0000 (18:12 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Jan 2010 18:12:57 +0000 (18:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19426 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/nfs-kernel-server/files/nfsd.init
net/nfs-server/files/nfsd.init
net/openssh/files/sshd.init

index 6d9ebfc..11db03d 100644 (file)
@@ -2,6 +2,8 @@
 # Copyright (C) 2006 OpenWrt.org
 
 START=60
+STOP=60
+
 NFS_D=/var/lib/nfs
 LOCK_D=/var/lib/nfs/sm
 
index 00b5ede..183441c 100644 (file)
@@ -1,6 +1,7 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006 OpenWrt.org
 START=50
+STOP=50
 
 start() {
        /usr/sbin/portmap
index a616306..d1a7536 100644 (file)
@@ -1,6 +1,7 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006 OpenWrt.org
 START=50
+STOP=50
 
 start() {
        for type in rsa dsa; do {