stop nfsd and sshd on reboot (thx, puchu)
authorFelix Fietkau <nbd@openwrt.org>
Sat, 30 Jan 2010 18:12:57 +0000 (18:12 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 30 Jan 2010 18:12:57 +0000 (18:12 +0000)
SVN-Revision: 19426

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

index 6d9ebfc9f2e777e6490ad932194bcf4db16ae3f4..11db03d4d0f6f495aabd192cf33156f15902e8ca 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 00b5edef4cc4f56ccb85b02b620a3eef96ebd7eb..183441c55b6c2f03fac4551a60b9f62ed53d0712 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 a616306becb6e593f373e69252cd15ca79f17f63..d1a7536fe8cbe12bc6c4f1e1fd175eb6ff917513 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 {