]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfrank <frank@uhu1.uhu-banane.de>
Sun, 29 Jan 2012 11:52:40 +0000 (12:52 +0100)
committerroot <root@uhu1.uhu-banane.de>
Sun, 29 Jan 2012 11:52:40 +0000 (12:52 +0100)
.etckeeper
bind/rndc.key [new file with mode: 0644]
csh.env
profile.env

index a587f6a4a56b74fa5e8a62582532f99b640d0455..ee6ab542f391d3a40f996cc48d55217917f1bda8 100755 (executable)
@@ -114,6 +114,8 @@ maybe chgrp named './bind/bind.keys'
 maybe chmod 0640 './bind/bind.keys'
 maybe chgrp named './bind/named.conf'
 maybe chmod 0640 './bind/named.conf'
+maybe chgrp named './bind/rndc.key'
+maybe chmod 0640 './bind/rndc.key'
 maybe chmod 0755 './ca-certificates'
 maybe chmod 0644 './ca-certificates.conf'
 maybe chmod 0755 './ca-certificates/update.d'
diff --git a/bind/rndc.key b/bind/rndc.key
new file mode 100644 (file)
index 0000000..f093202
--- /dev/null
@@ -0,0 +1,4 @@
+key "rndc-key" {
+       algorithm hmac-md5;
+       secret "QKTIfKDMtmXD1bedCCQWyA==";
+};
diff --git a/csh.env b/csh.env
index 2f53d47c927c264ca5b5898871b2b1c9bbcbe0b7..0923cc3f221826a1ffa132c748a4e2833b9a04e5 100644 (file)
--- a/csh.env
+++ b/csh.env
@@ -2,7 +2,7 @@
 # DO NOT EDIT THIS FILE. CHANGES TO STARTUP PROFILES
 # GO INTO /etc/csh.cshrc NOT /etc/csh.env
 
-setenv CONFIG_PROTECT '/usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa'
+setenv CONFIG_PROTECT '/var/bind /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa'
 setenv CONFIG_PROTECT_MASK '/etc/gentoo-release /etc/sandbox.d /etc/env.d/java/ /etc/php/cli-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/apache2-php5.3/ext-active/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild'
 setenv EDITOR '/usr/bin/vi'
 setenv GCC_SPECS ''
index e28d007c01c7b778790c4b6b369a3d3a70c41a6d..c103674026fa1d51ee79670af22ec092682da945 100644 (file)
@@ -2,7 +2,7 @@
 # DO NOT EDIT THIS FILE. CHANGES TO STARTUP PROFILES
 # GO INTO /etc/profile NOT /etc/profile.env
 
-export CONFIG_PROTECT='/usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa'
+export CONFIG_PROTECT='/var/bind /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa'
 export CONFIG_PROTECT_MASK='/etc/gentoo-release /etc/sandbox.d /etc/env.d/java/ /etc/php/cli-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/apache2-php5.3/ext-active/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild'
 export EDITOR='/usr/bin/vi'
 export GCC_SPECS=''