diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2011-01-19 19:07:07 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2011-01-19 19:07:07 -0800 |
commit | 256bf73dda76b68fe756c5299b0732336dc60e8a (patch) | |
tree | 629807f9e9a679a31769323d0407dc0407b3893b | |
parent | 027c36352ad7c4edccf95af2e532880cfdeb7bd5 (diff) | |
download | vyatta-cfg-system-256bf73dda76b68fe756c5299b0732336dc60e8a.tar.gz vyatta-cfg-system-256bf73dda76b68fe756c5299b0732336dc60e8a.zip |
Bugfix 6684: Don't delete wanpipe config files.
The wanpipe config files are managed by the vyatta-serial package. So this
package should not touch them.
-rwxr-xr-x | scripts/rl-system.init | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init index fddea32a..3106d593 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -61,11 +61,6 @@ empty() shopt -s extglob nullglob -clear_serial () { - rm -f /etc/wanpipe/*.conf /etc/ppp/peers/wan* - rm -f /var/run/vyatta/*.description -} - search_config_if_wan () { grep -q "\<serial\>.*\<$1\>" $BOOTFILE } @@ -201,7 +196,6 @@ start () { log_failure_msg "can\'t reset config files" setup_ntp_config_file - clear_serial add_new_serial_if || \ log_failure_msg "can\'t add serial interfaces" |