diff options
author | ivan <ivan> | 2001-08-21 02:43:18 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-08-21 02:43:18 +0000 |
commit | 4ac49026e732c19ef88103ab85536cea40cbc41c (patch) | |
tree | ce6a41c3213d952df5a47d49d8ed512f5312a339 /bin/svc_acct_sm.import | |
parent | 6543a53f9d61dcfb0844a3dea480672565bc2cd2 (diff) |
i think svc_acct_sm.import should go away, but...
Diffstat (limited to 'bin/svc_acct_sm.import')
-rwxr-xr-x | bin/svc_acct_sm.import | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/bin/svc_acct_sm.import b/bin/svc_acct_sm.import index 723fb029f..b668405f5 100755 --- a/bin/svc_acct_sm.import +++ b/bin/svc_acct_sm.import @@ -1,45 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: svc_acct_sm.import,v 1.9 2001-04-22 01:56:15 ivan Exp $ -# -# ivan@sisd.com 98-mar-9 -# -# generalized svcparts ivan@sisd.com 98-mar-23 - -# You really need to enable ssh into a shell machine as this needs to rename -# .qmail-extension files. -# -# now an interactive script ivan@sisd.com 98-jun-30 -# -# has an (untested) section for sendmail, s/warn/die/g and generates a program -# to run on your mail machine _later_ instead of ssh'ing for each user -# ivan@sisd.com 98-jul-13 -# -# $Log: svc_acct_sm.import,v $ -# Revision 1.9 2001-04-22 01:56:15 ivan -# get rid of FS::SSH.pm (became Net::SSH and Net::SCP on CPAN) -# -# Revision 1.8 2000/12/03 15:14:00 ivan -# bugfixes from Jeff Finucane <jeff@cmh.net>, thanks! -# -# Revision 1.7 2000/06/29 10:51:52 ivan -# oops, silly mistake -# -# Revision 1.6 2000/06/29 10:48:25 ivan -# make svc_acct_sm skip blank lines in sendmail import -# -# Revision 1.5 2000/02/03 05:16:52 ivan -# beginning of DNS and Apache support -# -# Revision 1.4 1999/03/25 08:42:20 ivan -# import stuff uses Term::Query and spits out (some kinds of) nonsensical input -# -# Revision 1.3 1999/03/24 00:51:55 ivan -# die if no relevant services... cvspain -# -# Revision 1.2 1998/12/10 07:23:18 ivan -# use FS::Conf, need user (for datasrc) -# +# $Id: svc_acct_sm.import,v 1.10 2001-08-21 02:43:18 ivan Exp $ use strict; use vars qw(%d_part_svc %m_part_svc); |