From: Frank Brehm Date: Mon, 16 Jan 2012 06:21:05 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=8dd531aab7937ca4c412a81d17788a093f8d3cc8;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index f847c412..c1bef4e1 100755 --- a/.etckeeper +++ b/.etckeeper @@ -43,6 +43,7 @@ maybe chmod 0755 './ca-certificates/update.d' maybe chmod 0644 './colordiffrc' maybe chmod 0644 './colordiffrc-lightbg' maybe chmod 0755 './conf.d' +maybe chmod 0644 './conf.d/._cfg0000_ntpd' maybe chmod 0644 './conf.d/bootmisc' maybe chmod 0644 './conf.d/consolefont' maybe chmod 0644 './conf.d/crypto-loop' diff --git a/conf.d/._cfg0000_ntpd b/conf.d/._cfg0000_ntpd new file mode 100644 index 00000000..c651e80d --- /dev/null +++ b/conf.d/._cfg0000_ntpd @@ -0,0 +1,6 @@ +# /etc/conf.d/ntpd + +# Options to pass to the ntpd process +# Most people should leave this line alone ... +# however, if you know what you're doing, feel free to tweak +NTPD_OPTS="-u ntp:ntp"