diff options
author | ivan <ivan> | 2000-03-06 14:46:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-03-06 14:46:41 +0000 |
commit | b5fa754313f4c98d50071a747046ee48fde0ef44 (patch) | |
tree | 2db0a57af3b6027c494711eed7a62ce8659f00cf /bin/svc_acct.export | |
parent | b70cf8e6aaeeef34baae4542f389ceab20f4f37d (diff) |
not setuid or run by malicious user - no -T necessary
Diffstat (limited to 'bin/svc_acct.export')
-rwxr-xr-x | bin/svc_acct.export | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/svc_acct.export b/bin/svc_acct.export index 8bec4aa79..725504690 100755 --- a/bin/svc_acct.export +++ b/bin/svc_acct.export @@ -1,6 +1,6 @@ -#!/usr/bin/perl -Tw +#!/usr/bin/perl -w # -# $Id: svc_acct.export,v 1.4 2000-03-06 14:19:15 ivan Exp $ +# $Id: svc_acct.export,v 1.5 2000-03-06 14:46:41 ivan Exp $ # # Create and export password files: passwd, passwd.adjunct, shadow, # acp_passwd, acp_userinfo, acp_dialup, users @@ -38,8 +38,8 @@ # ivan@sisd.com 98-sep-18 # # $Log: svc_acct.export,v $ -# Revision 1.4 2000-03-06 14:19:15 ivan -# ICRADIUS export bugfix +# Revision 1.5 2000-03-06 14:46:41 ivan +# not setuid or run by malicious user - no -T necessary # # Revision 1.2 1998/12/10 07:23:15 ivan # use FS::Conf, need user (for datasrc) |