pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/cde/files



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Oct 26 08:11:05 UTC 2025

Modified Files:
        pkgsrc/wm/cde/files: README.netbsd README.pkgsrc

Log Message:
we/cde: again, add verbosity to the READMEs to avoid confusion

Following a discussion on r/NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/cde/files/README.netbsd
cvs rdiff -u -r1.6 -r1.7 pkgsrc/wm/cde/files/README.pkgsrc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/cde/files/README.netbsd
diff -u pkgsrc/wm/cde/files/README.netbsd:1.3 pkgsrc/wm/cde/files/README.netbsd:1.4
--- pkgsrc/wm/cde/files/README.netbsd:1.3       Thu May  8 19:10:34 2025
+++ pkgsrc/wm/cde/files/README.netbsd   Sun Oct 26 08:11:05 2025
@@ -16,6 +16,6 @@ cmsd          100068  dtcalendar
 ttdbserver     100083  ttooltalk
 
 /etc/hosts
-::1                     <hostname>        localhost       localhost.*
-127.0.0.1               <hostname>        localhost       localhost.*
+::1            hostname        localhost       localhost.domainname
+127.0.0.1      hostname        localhost       localhost.domainname
 -----------------------------------------------------------------------

Index: pkgsrc/wm/cde/files/README.pkgsrc
diff -u pkgsrc/wm/cde/files/README.pkgsrc:1.6 pkgsrc/wm/cde/files/README.pkgsrc:1.7
--- pkgsrc/wm/cde/files/README.pkgsrc:1.6       Thu May  8 19:10:34 2025
+++ pkgsrc/wm/cde/files/README.pkgsrc   Sun Oct 26 08:11:05 2025
@@ -33,7 +33,11 @@ NB: Create the xorg.conf.d target direct
 -----------------------------------------------------------------------
 
 For ttsession  to work, your hostname needs to be aliased to the
-localhost and the loopback address inside /etc/hosts: 
+localhost and the loopback address inside /etc/hosts.
+
+NOTE: in the example below, replace "hostname" with your actual
+host's name, as returned by hostname(1). Replace the wildcard in 
+"localhost.*" with your domain name if you have any, or leave it blank. 
 
 ::1            hostname        localhost       localhost.*
 127.0.0.1      hostname        localhost       localhost.*



Home | Main Index | Thread Index | Old Index