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
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')
-rw-r--r--sys-freebsd/freebsd-sbin/ChangeLog5
-rw-r--r--sys-freebsd/freebsd-sbin/files/devd.initd2
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-sbin/ChangeLog b/sys-freebsd/freebsd-sbin/ChangeLog
index c847ff247f7a..6087edc764bb 100644
--- a/sys-freebsd/freebsd-sbin/ChangeLog
+++ b/sys-freebsd/freebsd-sbin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-freebsd/freebsd-sbin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.47 2009/01/22 21:04:48 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.48 2009/02/24 17:39:19 drizzt Exp $
+
+ 24 Feb 2009; Timothy Redaelli <drizzt@gentoo.org> files/devd.initd:
+ Fix devd.init
*freebsd-sbin-7.1 (22 Jan 2009)
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 :