diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ad53c25e..646f7720 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyatta-cfg-system (0.19.149) unstable; urgency=low + + * interfaces: don't add config for missing devices + * install: fix warning message when package is updated + + -- Stephen Hemminger <shemminger@vyatta.com> Wed, 21 Dec 2011 17:53:56 -0800 + vyatta-cfg-system (0.19.148) unstable; urgency=low * Extra grat. arps are not needed for vmac interfaces diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index cc412632..2595aec1 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -217,7 +217,7 @@ do done # add vyatta-config-reboot-params to start at boot up -update-rc.d vyatta-config-reboot-params defaults +update-rc.d vyatta-config-reboot-params start 20 S # Local Variables: # mode: shell-script |