diff options
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 |