[Debconf-video-commits] r650 - fai-config/scripts/DEBCONF11

Holger Levsen holger at alioth.debian.org
Tue Jul 19 10:57:07 UTC 2011


Author: holger
Date: 2011-07-19 10:57:06 +0000 (Tue, 19 Jul 2011)
New Revision: 650

Modified:
   fai-config/scripts/DEBCONF11/10-fix-fqdn
Log:
dc11 it is

Modified: fai-config/scripts/DEBCONF11/10-fix-fqdn
===================================================================
--- fai-config/scripts/DEBCONF11/10-fix-fqdn	2011-07-19 08:01:45 UTC (rev 649)
+++ fai-config/scripts/DEBCONF11/10-fix-fqdn	2011-07-19 10:57:06 UTC (rev 650)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
 # fix /etc/mailname
-echo "$HOSTNAME.dc10.debconf.org" > /etc/mailname
+echo "$HOSTNAME.dc11.debconf.org" > /etc/mailname
 
 # fix /etc/hosts
 
 IPADDRESS=`host $HOSTNAME | awk '{print $4}'|head -1`
 cat /etc/hosts |grep -v "127.0"|grep -v $HOSTNAME > /etc/hosts.tmp
 echo "127.0.0.1       localhost" >> /etc/hosts.tmp
-echo "$IPADDRESS	$HOSTNAME.dc10.debconf.org $HOSTNAME" >> /etc/hosts.tmp
+echo "$IPADDRESS	$HOSTNAME.dc11.debconf.org $HOSTNAME" >> /etc/hosts.tmp
 mv /etc/hosts.tmp /etc/hosts
 




More information about the Debconf-video-commits mailing list