From bc893957d140a7bc56fd70c8265761640bb2497d Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 1 Mar 2000 22:20:04 +0000 Subject: [PATCH] removed copy statements for /etc/default. added spong.message to upgrade() --- build | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build b/build index 7f3d37b..e4af110 100755 --- a/build +++ b/build @@ -88,10 +88,10 @@ sub build { ssystem( "cat ./config/spong.conf.$os >> ./etc/spong.conf" ); ssystem( "mkdir ./etc/default") if ! -d "./etc/default"; - ssystem("cp ./config/spong.conf ./etc/default/spong.conf.$o" ); - foreach my $o ( keys %known_os ) { - ssystem("cp ./config/spong.conf.$o ./etc/default/spong.conf.$o" ); - } +# ssystem("cp ./config/spong.conf ./etc/default/spong.conf.$o" ); +# foreach my $o ( keys %known_os ) { +# ssystem("cp ./config/spong.conf.$o ./etc/default/spong.conf.$o" ); +# } ssystem( "mkdir ./bin" ) if ! -d "./bin"; foreach $file ( @bin ) { @@ -173,6 +173,7 @@ sub upgrade { ssystem( "cp etc/spong.conf $IETCDIR/spong.conf.dist" ); ssystem( "cp etc/spong.hosts $IETCDIR/spong.hosts.dist" ); ssystem( "cp etc/spong.groups $IETCDIR/spong.groups.dist" ); + ssystem( "cp etc/spong.message $IETCDIR/spong.message.dist" ); # Your web server needs to be able to access these files ssystem( "chmod 751 $IETCDIR" ); -- 2.30.2