f0fa2a3de5
SVN-Revision: 7166
8 lines
99 B
Bash
Executable file
8 lines
99 B
Bash
Executable file
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
STOP=99
|
|
stop() {
|
|
sync
|
|
umount -a -r
|
|
}
|