From ce6df8eaa7ba3ba864cc58b2a51ab6b603e68dc1 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 12 Jun 2003 14:08:00 +0000 Subject: [PATCH] /bin/halt and /sbin/halt --- bin/passwd.import | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/passwd.import b/bin/passwd.import index a56be3aaa..093f8bafd 100755 --- a/bin/passwd.import +++ b/bin/passwd.import @@ -1,5 +1,5 @@ #!/usr/bin/perl -Tw -# $Id: passwd.import,v 1.7 2003-06-12 14:06:06 ivan Exp $ +# $Id: passwd.import,v 1.8 2003-06-12 14:08:00 ivan Exp $ use strict; use vars qw(%part_svc); @@ -14,7 +14,7 @@ use FS::part_svc; my $user = shift or die &usage; adminsuidsetup $user; -push @FS::svc_acct::shells, qw(/bin/sync /sbin/shutdown /bin/halt); #others? +push @FS::svc_acct::shells, qw(/bin/sync /sbin/shutdown /bin/halt /sbin/halt); #others? my($spooldir)="/usr/local/etc/freeside/export.". datasrc; -- 2.11.0