diff options
author | hagbard <vyosdev@derith.de> | 2019-10-09 09:23:38 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-10-09 09:23:38 -0700 |
commit | f68596c0b0f7667285d9891d876a83820ee30973 (patch) | |
tree | ccac8e3354e912faebedf0a8941809760a37283e /debian | |
parent | a2c7b5f78cd0439599686147494e4f683618e14a (diff) | |
parent | 9220aafe4241323e0cd93220c1855f6f6f83a6b7 (diff) | |
download | vyatta-cfg-f68596c0b0f7667285d9891d876a83820ee30973.tar.gz vyatta-cfg-f68596c0b0f7667285d9891d876a83820ee30973.zip |
Merge branch 'current' into equuleus
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg.postinst.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index a741b62..a1864fd 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -32,6 +32,6 @@ mkdir -p /etc/commit/post-hooks.d ln -sf /opt/vyatta/sbin/vyatta-log-commit.pl /etc/commit/post-hooks.d/10vyatta-log-commit.pl # User pre/post-commit hook executors -ln -s /opt/vyatta/sbin/vyos-user-precommit-hooks.sh /etc/commit/pre-hooks.d/99vyos-user-precommit-hooks -ln -s /opt/vyatta/sbin/vyos-user-postcommit-hooks.sh /etc/commit/post-hooks.d/99vyos-user-postcommit-hooks +ln -sf /opt/vyatta/sbin/vyos-user-precommit-hooks.sh /etc/commit/pre-hooks.d/99vyos-user-precommit-hooks +ln -sf /opt/vyatta/sbin/vyos-user-postcommit-hooks.sh /etc/commit/post-hooks.d/99vyos-user-postcommit-hooks |