diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-16 20:00:57 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-16 20:00:57 +0100 |
| commit | 7de31639b85a7b4ee855bb0bfaa124ab9ee37de4 (patch) | |
| tree | 0d01a9aa08281ef563809a6e7878b285ff2324cf /package/base-files/src/etc/rc.shutdown | |
| parent | df3ea528e4d90a3b767b03a942011ba6ce0c81cf (diff) | |
interfaces contains wpa keys, make it non-readable for the user, optimize init and shutdown
Diffstat (limited to 'package/base-files/src/etc/rc.shutdown')
| -rw-r--r-- | package/base-files/src/etc/rc.shutdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/src/etc/rc.shutdown b/package/base-files/src/etc/rc.shutdown index a5b930ad9..85d9e0058 100644 --- a/package/base-files/src/etc/rc.shutdown +++ b/package/base-files/src/etc/rc.shutdown @@ -1,4 +1,5 @@ #!/bin/sh for i in $(grep -v ^# /etc/fstab |awk '{ print $2 }');do + printf Unmounting $i umount $i done |
