stop nfsd and sshd on reboot (thx, puchu)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19426 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2010-01-30 18:12:57 +00:00
parent 1a1778dc90
commit c20d2de22e
3 changed files with 4 additions and 0 deletions

View 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

View File

@ -1,6 +1,7 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50
STOP=50
start() {
/usr/sbin/portmap

View 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 {