diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/CVS/Entries | 11 | ||||
| -rw-r--r-- | scripts/CVS/Entries.Log | 1 | ||||
| -rw-r--r-- | scripts/CVS/Repository | 1 | ||||
| -rw-r--r-- | scripts/CVS/Root | 1 | ||||
| -rw-r--r-- | scripts/makeyhttpd.pl | 3 | ||||
| -rw-r--r-- | scripts/modules/CVS/Entries | 2 | ||||
| -rw-r--r-- | scripts/modules/CVS/Repository | 1 | ||||
| -rw-r--r-- | scripts/modules/CVS/Root | 1 |
8 files changed, 19 insertions, 2 deletions
diff --git a/scripts/CVS/Entries b/scripts/CVS/Entries new file mode 100644 index 0000000..ac6ad99 --- /dev/null +++ b/scripts/CVS/Entries @@ -0,0 +1,11 @@ +/README/1.1/Tue Jun 29 23:38:15 2004// +/astyle.sh/1.2/Mon Feb 21 01:55:49 2005// +/buildnr.pl/1.4/Sun Feb 6 16:38:36 2005// +/checkperl.sh/1.1/Sat Feb 26 23:09:19 2005// +/config.pl/1.1/Sat Feb 26 21:14:55 2005// +/makeyhttpd.pl/1.15/Tue Mar 1 14:10:39 2005// +/screen.sh/1.1/Fri Mar 5 05:53:12 2004// +/setglobvals.pl/1.1.1.1/Fri Jan 2 03:15:10 2004// +/stats.pl/1.9/Mon Mar 7 22:32:34 2005// +/version.sh/1.2/Wed Feb 9 22:49:14 2005// +D diff --git a/scripts/CVS/Entries.Log b/scripts/CVS/Entries.Log new file mode 100644 index 0000000..786743d --- /dev/null +++ b/scripts/CVS/Entries.Log @@ -0,0 +1 @@ +A D/modules//// diff --git a/scripts/CVS/Repository b/scripts/CVS/Repository new file mode 100644 index 0000000..1ae4888 --- /dev/null +++ b/scripts/CVS/Repository @@ -0,0 +1 @@ +ychat/scripts diff --git a/scripts/CVS/Root b/scripts/CVS/Root new file mode 100644 index 0000000..745de68 --- /dev/null +++ b/scripts/CVS/Root @@ -0,0 +1 @@ +:pserver:anonymous@buetow.org:/usr/home/cvs/cvsroot diff --git a/scripts/makeyhttpd.pl b/scripts/makeyhttpd.pl index 7dd0345..6adcc96 100644 --- a/scripts/makeyhttpd.pl +++ b/scripts/makeyhttpd.pl @@ -40,7 +40,6 @@ my %substituate = ( 'yChat' => 'yhttpd', 'YCHAT' => 'YHTTPD', 'CHAT' => 'HTTPD', - 'yhttpd.org' => 'yChat.org', '//>>' => '' ); @@ -157,7 +156,7 @@ sub remove_marked_lines { sub edit_yhttpd_conf { my @old = fopen("etc/yhttpd.conf"); - my @new = @old[0..1]; + my @new = shift @old; my $flag = 0; for (@old) diff --git a/scripts/modules/CVS/Entries b/scripts/modules/CVS/Entries new file mode 100644 index 0000000..1490d42 --- /dev/null +++ b/scripts/modules/CVS/Entries @@ -0,0 +1,2 @@ +/file.pm/1.3/Tue Sep 7 17:00:25 2004// +D diff --git a/scripts/modules/CVS/Repository b/scripts/modules/CVS/Repository new file mode 100644 index 0000000..ac40d52 --- /dev/null +++ b/scripts/modules/CVS/Repository @@ -0,0 +1 @@ +ychat/scripts/modules diff --git a/scripts/modules/CVS/Root b/scripts/modules/CVS/Root new file mode 100644 index 0000000..745de68 --- /dev/null +++ b/scripts/modules/CVS/Root @@ -0,0 +1 @@ +:pserver:anonymous@buetow.org:/usr/home/cvs/cvsroot |
