From 561cdaa05a8f12e0056c9400de9838d86dfc0d07 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 29 Jun 2017 02:17:15 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- init.d/ntp-client | 1 - init.d/ntpd | 1 - init.d/sntp | 1 - 3 files changed, 3 deletions(-) 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" -- 2.39.5