diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-07-13 15:49:11 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-07-13 15:49:11 -0500 |
commit | 697affbbcbfaf8b8b253b3ce1a5f312db8069238 (patch) | |
tree | 8ad4608fcace5f69dc4d3b8a68fb83187ff74337 /debian | |
parent | 65708093b3640f200de0a608b98d3547a53d00cc (diff) | |
download | vyatta-cfg-system-697affbbcbfaf8b8b253b3ce1a5f312db8069238.tar.gz vyatta-cfg-system-697affbbcbfaf8b8b253b3ce1a5f312db8069238.zip |
Bugfix 7326: add /config/support directory by default
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 4648d29c..ac5618f5 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -170,6 +170,7 @@ mkdir -p /var/core mkdir -p /opt/vyatta/etc/config/auth mkdir -p /opt/vyatta/etc/config/scripts mkdir -p /opt/vyatta/etc/config/user-data +mkdir -p /opt/vyatta/etc/config/support # create /opt/vyatta/etc/config/scripts/vyatta-postconfig-bootup.script # this should be after 'mkdir -p /opt/vyatta/etc/config/scripts' above |