summaryrefslogtreecommitdiff
path: root/scripts/makeyhttpd.pl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
commit4ecbf33fae730bc79c4a47e6efda615b104754ad (patch)
treedd59412b6d8bea88995211f60b786728ac30acc4 /scripts/makeyhttpd.pl
parentbf5fc4cc4a15e8e57db58c2e065e0f5adbd8e800 (diff)
tagging ychat-0.7.8ychat-0.7.8
Diffstat (limited to 'scripts/makeyhttpd.pl')
-rw-r--r--scripts/makeyhttpd.pl3
1 files changed, 1 insertions, 2 deletions
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)