From d3b111bd5831bc1153a7a42f553d92355495e2c3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 22 Apr 2008 08:12:26 +0000 Subject: Our init scripts normally output context in [ .. ] --- init.d/procfs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/procfs.in') diff --git a/init.d/procfs.in b/init.d/procfs.in index a30fd92..410a6e3 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} \ -- cgit v1.2.3