diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-29 16:13:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-29 16:13:42 +0000 |
commit | 395854051775509b824a845b9c78127a5b3f1ed2 (patch) | |
tree | 5e2f425f8ce8a0f9a75b8895f29d92daac70ed2d /sys-apps/smartmontools/files | |
parent | alpha/ia64/sparc stable wrt #207634 (diff) | |
download | gentoo-2-395854051775509b824a845b9c78127a5b3f1ed2.tar.gz gentoo-2-395854051775509b824a845b9c78127a5b3f1ed2.tar.bz2 gentoo-2-395854051775509b824a845b9c78127a5b3f1ed2.zip |
Fix init script dependencies to work without a boot runlevel.
(Portage version: 2.1.4)
Diffstat (limited to 'sys-apps/smartmontools/files')
-rw-r--r-- | sys-apps/smartmontools/files/smartd.rc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-apps/smartmontools/files/smartd.rc b/sys-apps/smartmontools/files/smartd.rc index c0e434058a7b..5c4831e2aa68 100644 --- a/sys-apps/smartmontools/files/smartd.rc +++ b/sys-apps/smartmontools/files/smartd.rc @@ -1,7 +1,12 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/files/smartd.rc,v 1.6 2006/02/08 10:21:18 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/files/smartd.rc,v 1.7 2008/01/29 16:13:42 flameeyes Exp $ + +depend() { + need localmount + after bootmisc +} opts="${opts} reload" |