Revision: 204
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=204
Author:   rwp
Date:     2016-07-27 20:53:22 +0000 (Wed, 27 Jul 2016)
Log Message:
-----------
More tweaks to SavannahHosts documentation.

Modified Paths:
--------------
    trunk/sviki/SavannahHosts.mdwn

Modified: trunk/sviki/SavannahHosts.mdwn
===================================================================
--- trunk/sviki/SavannahHosts.mdwn      2016-07-27 20:09:22 UTC (rev 203)
+++ trunk/sviki/SavannahHosts.mdwn      2016-07-27 20:53:22 UTC (rev 204)
@@ -145,6 +145,10 @@
     cat /etc/hostname
       ...possibly sed --in-place 's/\..*//' /etc/hostname
 
+Configure the mailname.
+
+    echo mgt0.savannah.gnu.org > /etc/mailname
+
 Fixup /etc/hosts so that 127.0.1.1 maps to the local hostname rather
 than the public IP address.  Also it appears that the file is a
 leftover copy clone of another system.  Clean out what isn't needed.
@@ -260,6 +264,11 @@
 
     apt-get purge nscd
 
+Remove pkgsync as each machine has a unique list of packages, it isn't
+a cluster, and sync'ing them is not desired here.
+
+    apt-get purge pkgsync
+
 Install more useful utilities.
 
     apt-get install openssh-client openssh-server


Reply via email to