committing ipk sources
This commit is contained in:
8
lg_webOS/_ipk-building/base-files/source/etc/init.d/umount
Executable file
8
lg_webOS/_ipk-building/base-files/source/etc/init.d/umount
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
STOP=99
|
||||
stop() {
|
||||
sync
|
||||
/bin/umount -a -d -r
|
||||
}
|
Reference in New Issue
Block a user