From e127d5bcfe2e0175e88e8afdd644ee05a22538a5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 2 Aug 2010 17:47:03 -0400 Subject: More typos! --- rc.d/init.d/halt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index bd89efcc..a19c76f6 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -170,7 +170,7 @@ kill -TERM 1 # Remount read only anything that's left mounted. # echo $"Remounting remaining filesystems readonly" -mount | awk '{ print $1,$3 }' | while read $dev $dir; do +mount | awk '{ print $1,$3 }' | while read dev dir; do fstab-decode mount -n -o ro,remount $dev $dir done -- cgit v1.2.1