not setuid or run by malicious user - no -T necessary
authorivan <ivan>
Mon, 6 Mar 2000 14:46:41 +0000 (14:46 +0000)
committerivan <ivan>
Mon, 6 Mar 2000 14:46:41 +0000 (14:46 +0000)
bin/svc_acct.export

index 8bec4aa..7255046 100755 (executable)
@@ -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)