From 902397adbd051870ed08feba44cd675165cbcac6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 12 Oct 2002 10:07:22 +0000 Subject: Fix config script to not screw up domainname on upgrades. --- debian/echolot.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/echolot.config') diff --git a/debian/echolot.config b/debian/echolot.config index e2d8938..bae4931 100755 --- a/debian/echolot.config +++ b/debian/echolot.config @@ -23,7 +23,7 @@ if ( -e '/etc/echolot/pingd.conf' ) { die("Evaling config code from /etc/echolot/pingd.conf returned error: $EVAL_ERROR"); } - $sitename = $CONFIG->{'my_localpart'}.'@'.$CONFIG->{'my_domain'} if (defined $CONFIG->{'my_localpart'} && defined $CONFIG->{'my_domain'}); + $address = $CONFIG->{'my_localpart'}.'@'.$CONFIG->{'my_domain'} if (defined $CONFIG->{'my_localpart'} && defined $CONFIG->{'my_domain'}); $operator = $CONFIG->{'operator_address'} if (defined $CONFIG->{'operator_address'}); $sitename = $CONFIG->{'sitename'} if (defined $CONFIG->{'sitename'}); }; -- cgit v1.2.3