diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-20 17:33:30 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-20 17:33:30 -0700 |
commit | a5855d5f403b09f82929d157d1930ba7d12e6c32 (patch) | |
tree | 5faf5e1e8429dce92b4c8a28ddde53b92fba1dcb /scripts/rl-system.init | |
parent | c1c36eb5cf6444fc8bfb15542e47ee314b87dd02 (diff) | |
download | vyatta-cfg-quagga-a5855d5f403b09f82929d157d1930ba7d12e6c32.tar.gz vyatta-cfg-quagga-a5855d5f403b09f82929d157d1930ba7d12e6c32.zip |
Make empty config files readable
Diffstat (limited to 'scripts/rl-system.init')
-rwxr-xr-x | scripts/rl-system.init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 4f71cd48..28d40423 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -100,6 +100,7 @@ clear_or_override_config_files () do if [ -s /etc/$conf ] ; then empty /etc/$conf + chmod 0644 /etc/$conf fi done } |