diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-02-29 22:55:45 +0000 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-02-29 22:55:45 +0000 |
commit | d1fff3cab23fec182b70aba6589e475ec208d6e6 (patch) | |
tree | 0510482681330b177ce209a4a4db043628e6b0ae /scripts/rl-system.init | |
parent | 82b0bced0463c33ef48d8268072940a36ce04d68 (diff) | |
parent | 90d8a2731ab6739abf3f8faae01dd16eea4c5ece (diff) | |
download | vyatta-cfg-system-d1fff3cab23fec182b70aba6589e475ec208d6e6.tar.gz vyatta-cfg-system-d1fff3cab23fec182b70aba6589e475ec208d6e6.zip |
Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard
Diffstat (limited to 'scripts/rl-system.init')
-rwxr-xr-x | scripts/rl-system.init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 20534897..fac5fbc1 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -216,6 +216,9 @@ start () { ## Clear out apt config file--it will be filled in by config load empty /etc/apt/sources.list + + # remove any interface stat clears + rm -f /var/run/vyatta/*.stats } case "$ACTION" in |