From: Frank Brehm Date: Thu, 29 Jun 2017 00:17:15 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=561cdaa05a8f12e0056c9400de9838d86dfc0d07;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/init.d/ntp-client b/init.d/ntp-client index 93375b4a..5b5d5944 100755 --- a/init.d/ntp-client +++ b/init.d/ntp-client @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ depend() { before cron portmap diff --git a/init.d/ntpd b/init.d/ntpd index 5bed5ce7..7573411c 100755 --- a/init.d/ntpd +++ b/init.d/ntpd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ description="ntpd - the network time protocol daemon" pidfile="/var/run/ntpd.pid" diff --git a/init.d/sntp b/init.d/sntp index 5b3b4632..4ed56ae2 100755 --- a/init.d/sntp +++ b/init.d/sntp @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ command="/usr/bin/sntp"