diff options
author | smccroskey <smccroskey@cumulusnetworks.com> | 2017-08-08 21:22:29 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-18 02:55:33 +0100 |
commit | 02f6c83e98b7b56b5b968f9bd7ff730eaad7ec14 (patch) | |
tree | 3f532c3c50ae9dea4482bb4502b56023f7f56d5c /debianpkg | |
parent | debianpkg/Makefile.am: remove frr.config (diff) | |
download | frr-02f6c83e98b7b56b5b968f9bd7ff730eaad7ec14.tar.xz frr-02f6c83e98b7b56b5b968f9bd7ff730eaad7ec14.zip |
ubuntu trusty/precise: remove leftover debconf call
Forgot to unstash this when attempting to rebase it into
1e6df754913b4218ec809742fe0fff4eb8461035.
Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
Diffstat (limited to 'debianpkg')
-rw-r--r-- | debianpkg/backports/ubuntu14.04/debian/frr.postinst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debianpkg/backports/ubuntu14.04/debian/frr.postinst b/debianpkg/backports/ubuntu14.04/debian/frr.postinst index 24a96e356..b1d463a33 100644 --- a/debianpkg/backports/ubuntu14.04/debian/frr.postinst +++ b/debianpkg/backports/ubuntu14.04/debian/frr.postinst @@ -32,8 +32,6 @@ if [ "$1" = "abort-upgrade" ]; then exit 0 fi -db_stop - update-rc.d frr defaults > /dev/null #DEBHELPER# |