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:
parent
1a1778dc90
commit
c20d2de22e
@ -2,6 +2,8 @@
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
START=60
|
||||
STOP=60
|
||||
|
||||
NFS_D=/var/lib/nfs
|
||||
LOCK_D=/var/lib/nfs/sm
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
START=50
|
||||
STOP=50
|
||||
|
||||
start() {
|
||||
/usr/sbin/portmap
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user