diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-04-24 09:00:32 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-04-24 09:00:32 -0700 |
commit | 7f53601445b5d031b5db298a9682c649fc7304c2 (patch) | |
tree | 540d364b26daf27edb2f9c22001cc4e2b06b7051 /debian | |
parent | 8f54b89a3a5840c741cacea572b7b5c39b12b02b (diff) | |
parent | b802c23533466f3b391167099e47217969bb3cb8 (diff) | |
download | vyatta-cfg-system-7f53601445b5d031b5db298a9682c649fc7304c2.tar.gz vyatta-cfg-system-7f53601445b5d031b5db298a9682c649fc7304c2.zip |
Merge branch 'pacifica' of fiji.vyatta.com:/git/vyatta-cfg-system into pacifica
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 | ||||
-rwxr-xr-x[-rw-r--r--] | debian/vyatta-cfg-system.postinst.in | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6e7331f4..3113430d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +vyatta-cfg-system (0.20.4) unstable; urgency=low + + * Return success on stop if telnetd service is not running + * 0.20.3 + * Use rsyslog to trigger log rotation + + -- James Davidson <james.davidson@vyatta.com> Wed, 18 Apr 2012 11:06:01 -0700 + +vyatta-cfg-system (0.20.3) unstable; urgency=low + + * Return success on stop if telnetd service is not running + + -- James Davidson <james.davidson@vyatta.com> Wed, 18 Apr 2012 11:02:22 -0700 + vyatta-cfg-system (0.20.2) unstable; urgency=low * Fix minor perlcritc warning in vrrp-state diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 36644e7a..3f75d6d7 100644..100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -129,6 +129,7 @@ mkdir -p /opt/vyatta/etc/config/user-data mkdir -p /opt/vyatta/etc/config/support chown -R root:vyattacfg /opt/vyatta/etc/config chmod -R 775 /opt/vyatta/etc/config +mkdir -p /opt/vyatta/etc/logrotate # create /opt/vyatta/etc/config/scripts/vyatta-postconfig-bootup.script # this should be after 'mkdir -p /opt/vyatta/etc/config/scripts' above |