diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-25 19:28:47 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-25 19:28:47 +0000 |
commit | 5e40b050b73841cc3dfd0264db9981df98702fe6 (patch) | |
tree | e544030f0107e5b60cf934b3c718d20fee7bc15a /net-misc/adjtimex/files | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-5e40b050b73841cc3dfd0264db9981df98702fe6.tar.gz gentoo-2-5e40b050b73841cc3dfd0264db9981df98702fe6.tar.bz2 gentoo-2-5e40b050b73841cc3dfd0264db9981df98702fe6.zip |
Straight bump to fix bug in init.d script of /usr/bin call without 'need localmount', so startup failed sometimes.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-misc/adjtimex/files')
-rw-r--r-- | net-misc/adjtimex/files/adjtimex.init | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/adjtimex/files/adjtimex.init b/net-misc/adjtimex/files/adjtimex.init index 50c90a53eda3..fd99138e962a 100644 --- a/net-misc/adjtimex/files/adjtimex.init +++ b/net-misc/adjtimex/files/adjtimex.init @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/adjtimex/files/adjtimex.init,v 1.4 2008/09/14 05:03:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/adjtimex/files/adjtimex.init,v 1.5 2010/03/25 19:28:47 robbat2 Exp $ DAEMON=adjtimex OPTS="--tick ${TICK} --frequency ${FREQ}" @@ -9,6 +9,7 @@ CONFD="/etc/conf.d/${DAEMON}" depend() { before ntp-client ntpd + need localmount } checkconfig() { |