From 7de31639b85a7b4ee855bb0bfaa124ab9ee37de4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 16 Dec 2010 20:00:57 +0100 Subject: interfaces contains wpa keys, make it non-readable for the user, optimize init and shutdown --- package/base-files/src/etc/rc.shutdown | 1 + 1 file changed, 1 insertion(+) (limited to 'package/base-files/src/etc/rc.shutdown') 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 -- cgit v1.2.3