diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-07-01 10:04:12 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-07-01 10:04:12 -0700 |
commit | fcc66216f9bb362643a3193a76a5762c09b540d4 (patch) | |
tree | a5e32c764a24d66f25541fe8199d087d3bc66ce7 /debian/vyatta-cfg-system.postinst.in | |
parent | f4ad511f3f2c946568e84adfd75b087e4180ad05 (diff) | |
download | vyatta-cfg-system-fcc66216f9bb362643a3193a76a5762c09b540d4.tar.gz vyatta-cfg-system-fcc66216f9bb362643a3193a76a5762c09b540d4.zip |
get rid of extra fi from last commit
mismatch
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 8e8b6015..25dbe94f 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -62,8 +62,6 @@ EOF echo "\nDefaults syslog_goodpri=info" >>/etc/sudoers fi - fi - # keep env vars if ! grep -q 'env_keep+=VYATTA_*' /etc/sudoers ; then echo "Defaults env_keep+=VYATTA_*" >> /etc/sudoers |