summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2009-02-24 17:39:19 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2009-02-24 17:39:19 +0000
commitf18b70dcd6e0182fa874f411ca24ac26215b2dde (patch)
tree7395a3bfbe0a03e77db816fbf68d7934e1b2d3c3 /sys-freebsd/freebsd-sbin/files
parentRemove bashism in init.d file (diff)
downloadgentoo-2-f18b70dcd6e0182fa874f411ca24ac26215b2dde.tar.gz
gentoo-2-f18b70dcd6e0182fa874f411ca24ac26215b2dde.tar.bz2
gentoo-2-f18b70dcd6e0182fa874f411ca24ac26215b2dde.zip
Fix devd.init
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd/freebsd-sbin/files')
-rw-r--r--sys-freebsd/freebsd-sbin/files/devd.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-freebsd/freebsd-sbin/files/devd.initd b/sys-freebsd/freebsd-sbin/files/devd.initd
index d22a59ea6ea3..2b70320f4bb8 100644
--- a/sys-freebsd/freebsd-sbin/files/devd.initd
+++ b/sys-freebsd/freebsd-sbin/files/devd.initd
@@ -41,7 +41,7 @@ stop() {
sysctl hw.bus.devctl_disable=1 >/dev/null
start-stop-daemon --stop --exec /sbin/devd \
--pidfile /var/run/devd.pid
- eend $? $"Failed to stop devd"
+ eend $? "Failed to stop devd"
}
# vim: ts=4 :