diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-09 14:33:40 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-09 14:33:40 -0800 |
commit | 72fec3c90503e8c92036df22b3fac66c5938eb34 (patch) | |
tree | e3c4186a40d560e36ea181b2436beb66f741a0b0 | |
parent | f13450e76365798863e18506cbd66a0b035205f2 (diff) | |
download | vyatta-cfg-quagga-72fec3c90503e8c92036df22b3fac66c5938eb34.tar.gz vyatta-cfg-quagga-72fec3c90503e8c92036df22b3fac66c5938eb34.zip |
The protected-users file does not need to be made during install
The file is protected-user (not protected-users) and it is already
installed.
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 0ccf25a2..d1e834f3 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -193,13 +193,6 @@ cp -f /opt/vyatta/etc/syslog.conf /etc/syslog.conf # this logs unnecessary messages trying to start ddclient rm -f /etc/ppp/ip-up.d/ddclient -# set up protected users override file (if necessary) -PU_FILE=/opt/vyatta/etc/protected-users -if [ ! -r "$PU_FILE" ]; then - touch $PU_FILE - chmod 644 $PU_FILE -fi - # Local Variables: # mode: shell-script # sh-indentation: 4 |