From 256bf73dda76b68fe756c5299b0732336dc60e8a Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Wed, 19 Jan 2011 19:07:07 -0800 Subject: 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. --- scripts/rl-system.init | 6 ------ 1 file changed, 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 "\.*\<$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" -- cgit v1.2.3