From: frank Date: Mon, 16 Jan 2012 06:16:11 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=ddba231474099645aab7c119b70ea2e8f5f7d547;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 03589ccb..aad94e44 100755 --- a/.etckeeper +++ b/.etckeeper @@ -505,6 +505,7 @@ maybe chmod 0755 './portage/savedconfig' maybe chmod 0755 './portage/savedconfig/sys-apps' maybe chmod 0644 './portage/savedconfig/sys-apps/busybox-1.19.3-r1' maybe chmod 0755 './ppp' +maybe chmod 0600 './ppp/chap-secrets' maybe chmod 0600 './ppp/chap-secrets.example' maybe chmod 0755 './ppp/ip-down' maybe chmod 0755 './ppp/ip-down.d' @@ -517,6 +518,7 @@ maybe chmod 0644 './ppp/ip-up.d/30-wins.sh' maybe chmod 0644 './ppp/ip-up.d/40-dns.sh' maybe chmod 0644 './ppp/ip-up.d/50-initd.sh' maybe chmod 0644 './ppp/options' +maybe chmod 0600 './ppp/pap-secrets' maybe chmod 0600 './ppp/pap-secrets.example' maybe chmod 0755 './ppp/peers' maybe chmod 0644 './profile' diff --git a/ppp/chap-secrets b/ppp/chap-secrets new file mode 100644 index 00000000..7d1c3cd7 --- /dev/null +++ b/ppp/chap-secrets @@ -0,0 +1,2 @@ +# Secrets for authentication using CHAP +# client server secret IP addresses diff --git a/ppp/pap-secrets b/ppp/pap-secrets new file mode 100644 index 00000000..f8b7dce3 --- /dev/null +++ b/ppp/pap-secrets @@ -0,0 +1,2 @@ +# Secrets for authentication using PAP +# client server secret IP addresses