From 72fec3c90503e8c92036df22b3fac66c5938eb34 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 9 Dec 2009 14:33:40 -0800 Subject: 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. --- debian/vyatta-cfg-system.postinst.in | 7 ------- 1 file changed, 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 -- cgit v1.2.3