diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-03-26 00:50:17 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-03-26 00:50:17 +0000 |
commit | 38aab9c7a976261d53097476b4ec162126c105ed (patch) | |
tree | de05406e80875b51512fb8bf85684275bc07b2cc /net-misc/adjtimex/files/adjtimex.init | |
parent | version bump thanks to Matt Hamilton <hamilton.matthew@gmail.com> in bug 1264... (diff) | |
download | historical-38aab9c7a976261d53097476b4ec162126c105ed.tar.gz historical-38aab9c7a976261d53097476b4ec162126c105ed.tar.bz2 historical-38aab9c7a976261d53097476b4ec162126c105ed.zip |
Bump debian patch version. Bug #98934, use --utc where needed.
Package-Manager: portage-2.1_pre6-r7
Diffstat (limited to 'net-misc/adjtimex/files/adjtimex.init')
-rw-r--r-- | net-misc/adjtimex/files/adjtimex.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/adjtimex/files/adjtimex.init b/net-misc/adjtimex/files/adjtimex.init index 3cab4713a0f0..7b6b0a86d017 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.2 2004/07/14 23:53:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/adjtimex/files/adjtimex.init,v 1.3 2006/03/26 00:50:17 robbat2 Exp $ DAEMON=adjtimex OPTS="--tick ${TICK} --frequency ${FREQ}" @@ -10,7 +10,7 @@ CONFD="/etc/conf.d/${DAEMON}" checkconfig() { if [ ! -f "${CONFD}" ]; then eerror "Configuration file not found!" - eerror "You should run adjtimexconfig to create it." + eerror "You must run adjtimexconfig to create it." return 1 fi } |