diff options
| -rwxr-xr-x | bin/dbdef-create | 18 | ||||
| -rwxr-xr-x | bin/fs-migrate-svc_acct_sm | 14 | ||||
| -rwxr-xr-x | bin/svc_acct_sm.import | 41 | 
3 files changed, 3 insertions, 70 deletions
diff --git a/bin/dbdef-create b/bin/dbdef-create index e71eb36b4..0b297b9e6 100755 --- a/bin/dbdef-create +++ b/bin/dbdef-create @@ -1,22 +1,6 @@  #!/usr/bin/perl -Tw  # -# $Id: dbdef-create,v 1.4 2001-08-17 10:57:40 ivan Exp $ -# -# create dbdef file for existing mySQL database (needs SHOW|DESCRIBE command -# not in Pg) based on fs-setup -# -# ivan@sisd.com 98-jun-2 -# -# $Log: dbdef-create,v $ -# Revision 1.4  2001-08-17 10:57:40  ivan -# gah -# -# Revision 1.3  2001/04/15 12:56:31  ivan -# s/dbdef/DBIx::DBSchema/ -# -# Revision 1.2  1998/11/19 11:17:44  ivan -# adminsuidsetup requires argument -# +# $Id: dbdef-create,v 1.5 2001-08-21 02:43:18 ivan Exp $  use strict;  use DBI; diff --git a/bin/fs-migrate-svc_acct_sm b/bin/fs-migrate-svc_acct_sm index d0d4a94b6..ae2dc764d 100755 --- a/bin/fs-migrate-svc_acct_sm +++ b/bin/fs-migrate-svc_acct_sm @@ -1,20 +1,8 @@  #!/usr/bin/perl -Tw  # -# $Id: fs-migrate-svc_acct_sm,v 1.2 2001-08-12 19:41:25 jeff Exp $ +# $Id: fs-migrate-svc_acct_sm,v 1.3 2001-08-21 02:43:18 ivan Exp $  #  # jeff@cmh.net 01-Jul-20 -# -# $Log: fs-migrate-svc_acct_sm,v $ -# Revision 1.2  2001-08-12 19:41:25  jeff -# merging vpopmail support branch -# -# Revision 1.1.2.1  2001/08/08 17:45:35  jeff -# initial vpopmail support -# -# -# -#   Initial vpopmail changes -#  #to delay loading dbdef until we're ready  #BEGIN { $FS::Record::setup_hack = 1; } 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);  | 
