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:55:36 -0500 |
commit | 0f4eeefe3c2ee789836e7832b1c3ca0349df3200 (patch) | |
tree | a660cc7267f24a75148c3689783d4df3ab2f61d6 /debian | |
parent | 429b4ca11b2757e0eb453f9f53bdb08cfe669f8e (diff) | |
download | vyatta-cfg-system-0f4eeefe3c2ee789836e7832b1c3ca0349df3200.tar.gz vyatta-cfg-system-0f4eeefe3c2ee789836e7832b1c3ca0349df3200.zip |
Bugfix 7326: add /config/support directory by default
(cherry picked from commit 697affbbcbfaf8b8b253b3ce1a5f312db8069238)
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 |