diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-09-23 12:45:03 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-09-23 12:45:03 +0000 |
commit | 7aff7d654754ff20d16a94a682b3f8e91a99565b (patch) | |
tree | 2ddb7870663d6da822994229593992fd0d0157d3 /sys-apps/dbus/files | |
parent | Bug #384017: Version bump for security (diff) | |
download | gentoo-2-7aff7d654754ff20d16a94a682b3f8e91a99565b.tar.gz gentoo-2-7aff7d654754ff20d16a94a682b3f8e91a99565b.tar.bz2 gentoo-2-7aff7d654754ff20d16a94a682b3f8e91a99565b.zip |
Fixed warnings in init script (bug #381883)
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/dbus/files')
-rw-r--r-- | sys-apps/dbus/files/dbus.init-1.0 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/dbus/files/dbus.init-1.0 b/sys-apps/dbus/files/dbus.init-1.0 index e96ea05cd101..502f40fdc608 100644 --- a/sys-apps/dbus/files/dbus.init-1.0 +++ b/sys-apps/dbus/files/dbus.init-1.0 @@ -1,9 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus.init-1.0,v 1.4 2007/04/04 13:35:25 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus.init-1.0,v 1.5 2011/09/23 12:45:03 polynomial-c Exp $ -opts="reload" +extra_started_commands="reload" depend() { need localmount |