diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-10-24 18:45:04 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-10-24 18:45:04 +0000 |
commit | 5bc15e470af5bfe21771a6673e4286e0faacccad (patch) | |
tree | e8d184ff6b392d2b425467d72207d808522b3557 /app-admin/hddtemp/files | |
parent | fixed asm/system.h migration issue caused by 3.3+ kernels, bug 439538 (diff) | |
download | gentoo-2-5bc15e470af5bfe21771a6673e4286e0faacccad.tar.gz gentoo-2-5bc15e470af5bfe21771a6673e4286e0faacccad.tar.bz2 gentoo-2-5bc15e470af5bfe21771a6673e4286e0faacccad.zip |
init script doesn't depend on net anymore. Old revisions has been removed.
All testing ebuilds has been revbumped to enforce update of the init script.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
Diffstat (limited to 'app-admin/hddtemp/files')
-rw-r--r-- | app-admin/hddtemp/files/hddtemp-init | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/hddtemp/files/hddtemp-init b/app-admin/hddtemp/files/hddtemp-init index 887f83de8bc0..414a6722e3ed 100644 --- a/app-admin/hddtemp/files/hddtemp-init +++ b/app-admin/hddtemp/files/hddtemp-init @@ -1,10 +1,10 @@ #!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddtemp-init,v 1.6 2011/06/12 13:18:20 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddtemp-init,v 1.7 2012/10/24 18:45:04 aidecoe Exp $ depend() { - need localmount net + need localmount } start() { |