diff options
author | ivan <ivan> | 2002-06-21 09:13:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-06-21 09:13:16 +0000 |
commit | 4bcab14cb3f0dbbe755bcaba4a979ec8e68db268 (patch) | |
tree | d62f3a1bc0b11dbad91df2be94af91122a9d4126 /bin/passwd.import | |
parent | 7f1985f56afc81912dbc86a1a3178cd128af76fe (diff) |
import fixes...
Diffstat (limited to 'bin/passwd.import')
-rwxr-xr-x | bin/passwd.import | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/passwd.import b/bin/passwd.import index aa4f90f98..09af6a3c7 100755 --- a/bin/passwd.import +++ b/bin/passwd.import @@ -1,5 +1,5 @@ #!/usr/bin/perl -Tw -# $Id: passwd.import,v 1.2 2002-06-21 09:11:09 ivan Exp $ +# $Id: passwd.import,v 1.3 2002-06-21 09:13:16 ivan Exp $ use strict; use vars qw(%part_svc); @@ -19,7 +19,7 @@ push @FS::svc_acct::shells, qw(/bin/sync /sbin/shuddown /bin/halt); #others? my($spooldir)="/usr/local/etc/freeside/export.". datasrc; #$FS::svc_acct::nossh_hack = 1; -$FS::svc_acct::noexport_hack = 1; +$FS::svc_Common::noexport_hack = 1; ### |