diff options
author | Roy Marples <roy@marples.name> | 2008-04-22 08:12:26 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-04-22 08:12:26 +0000 |
commit | d3b111bd5831bc1153a7a42f553d92355495e2c3 (patch) | |
tree | 1f3f011d35c07d08fca4d01b3613eebe15472784 /init.d | |
parent | dbea63b76d4c2770bc41456094a451e1186b0315 (diff) |
Our init scripts normally output context in [ .. ]
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/procfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in index a30fd92c..410a6e3b 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -26,7 +26,7 @@ start() local usbfs=$(grep -Fow usbfs /proc/filesystems || grep -Fow usbdevfs /proc/filesystems) if [ -n "${usbfs}" ]; then - ebegin "Mounting USB device filesystem (${usbfs})" + ebegin "Mounting USB device filesystem [${usbfs}]" local usbgid="$(getent group usb | \ sed -e 's/.*:.*:\(.*\):.*/\1/')" mount -t ${usbfs} \ |