diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-24 17:39:19 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-24 17:39:19 +0000 |
commit | f18b70dcd6e0182fa874f411ca24ac26215b2dde (patch) | |
tree | 7395a3bfbe0a03e77db816fbf68d7934e1b2d3c3 /sys-freebsd/freebsd-sbin/files | |
parent | Remove bashism in init.d file (diff) | |
download | gentoo-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.initd | 2 |
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 : |