public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2016-12-10 19:04 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2016-12-10 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ff4d400d6f6651ecd06a66245fd43fb909e91955
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 14:24:31 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 19:02:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=ff4d400d

etc/shells: Add mksh to login shells

 etc/shells | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/shells b/etc/shells
index 05a36e3..db18c43 100644
--- a/etc/shells
+++ b/etc/shells
@@ -5,6 +5,7 @@
 /bin/esh
 /bin/fish
 /bin/ksh
+/bin/mksh
 /bin/sash
 /bin/sh
 /bin/tcsh


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2024-02-29 19:08 Mike Gilbert
  0 siblings, 0 replies; 18+ messages in thread
From: Mike Gilbert @ 2024-02-29 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d50f1cd0f995b6d8837032cf48a443b21bb62c75
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu Feb 29 15:57:31 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 19:07:44 2024 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=d50f1cd0

etc/protocols: add mobility-header (135)

Missing this makes net-firewall/iptables tests fail.

See: https://bugzilla.netfilter.org/show_bug.cgi?id=1738
Bug: https://bugs.gentoo.org/890628
Closes: https://github.com/gentoo/baselayout/pull/6
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 etc/protocols | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/protocols b/etc/protocols
index 8e009be0..ade8d16a 100644
--- a/etc/protocols
+++ b/etc/protocols
@@ -143,6 +143,7 @@ sctp	132	SCTP		# Stream Control Transmission Protocol
 fc	133	FC		# Fibre Channel
 rsvp-e2e-ignore	134	RSVP-E2E-IGNORE		# RFC3175
 #	134			# Unassigned
+mobility-header	135	Mobility-Header	# Mobility Support for IPv6 [RFC3775]
 udplite	136	UDPLite		# RFC3828
 mpls-in-ip	137	MPLS-in-IP		# RFC4023
 manet	138	manet		# MANET Protocols


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2023-07-08  4:08 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-07-08  4:08 UTC (permalink / raw
  To: gentoo-commits

commit:     078b1b75dc5cc4595d835e3344ac6668ddf73f7f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 04:07:03 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 04:07:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=078b1b75

etc/profile: fix trailing whitespace

Signed-off-by: Sam James <sam <AT> gentoo.org>

 etc/profile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/profile b/etc/profile
index 2be4622a..98d8b85b 100644
--- a/etc/profile
+++ b/etc/profile
@@ -30,10 +30,10 @@ if [ -n "${BASH_VERSION-}" ] ; then
 	if [ -f /etc/bash/bashrc ] ; then
 		# Bash login shells run only /etc/profile
 		# Bash non-login shells run only /etc/bash/bashrc
-		# Since we want to run /etc/bash/bashrc regardless, we source it 
-		# from here.  It is unfortunate that there is no way to do 
-		# this *after* the user's .bash_profile runs (without putting 
-		# it in the user's dot-files), but it shouldn't make any 
+		# Since we want to run /etc/bash/bashrc regardless, we source it
+		# from here.  It is unfortunate that there is no way to do
+		# this *after* the user's .bash_profile runs (without putting
+		# it in the user's dot-files), but it shouldn't make any
 		# difference.
 		. /etc/bash/bashrc
 	else


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2023-01-26  0:25 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2023-01-26  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     6e9777bc736fb2e963865090c8ef36eddd5e597e
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 23:57:49 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 00:24:33 2023 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=6e9777bc

etc/issue: remove DNS domain name

It is very common for client systems to not have a valid DNS domain
name. This results in agetty printing "unknown_domain", which may
confuse new users.

Closes: https://github.com/gentoo/baselayout/pull/3
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 etc/issue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/issue b/etc/issue
index 015e46d5..cebeb831 100644
--- a/etc/issue
+++ b/etc/issue
@@ -1,3 +1,3 @@
 
-This is \n.\O (\s \m \r) \t
+This is \n (\s \m \r) \t
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2022-09-04 18:53 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2022-09-04 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e79dc5e1de040cf90e27ea849b0ac01091348b20
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  4 18:31:50 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 18:32:51 2022 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=e79dc5e1

typo fix

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 etc/networks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/networks b/etc/networks
index f40e5d9a..f96839cc 100644
--- a/etc/networks
+++ b/etc/networks
@@ -1,7 +1,7 @@
 # /etc/networks
 #
 # This file describes a number of netname-to-adress
-# mappings for the TCP/IP subsytem. It is mostly
+# mappings for the TCP/IP subsystem. It is mostly
 # used at boot time, when no name servers are running.
 #
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2022-05-25 14:58 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2022-05-25 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ffb9e602847f4f196d6366dd1f982046853b29f4
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed May 18 16:55:55 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed May 25 14:58:08 2022 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=ffb9e602

etc/shells: Add yash to login shells

Yash, yet another shell, is a POSIX-compliant command line shell
written in C99 (ISO/IEC 9899:1999). Yash is intended to be the most
POSIX-compliant shell in the world while supporting features for daily
interactive and scripting use.

Closes: https://github.com/gentoo/baselayout/pull/1
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 etc/shells | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/shells b/etc/shells
index db18c437..ede09033 100644
--- a/etc/shells
+++ b/etc/shells
@@ -9,4 +9,5 @@
 /bin/sash
 /bin/sh
 /bin/tcsh
+/bin/yash
 /bin/zsh


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2020-12-14  3:45 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2020-12-14  3:45 UTC (permalink / raw
  To: gentoo-commits

commit:     54879ad8889c65b446e6d090ec1c855bbed22ff2
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 14 03:39:03 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 03:39:03 2020 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=54879ad8

etc/profile: remove umask setting

Umask should be set via shadow in /etc/login.defs or via pam.

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 etc/profile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/etc/profile b/etc/profile
index 2afd51d9..2be4622a 100644
--- a/etc/profile
+++ b/etc/profile
@@ -15,9 +15,6 @@ fi
 export EDITOR=${EDITOR:-/bin/nano}
 export PAGER=${PAGER:-/usr/bin/less}
 
-# 077 would be more secure, but 022 is generally quite realistic
-umask 022
-
 unset ROOTPATH
 
 # process *.sh files in /etc/profile.d


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2020-02-08 15:20 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2020-02-08 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b46308e95323a243d976004118fb2a4f3b1e60b1
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 22:18:24 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 15:18:25 2020 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=b46308e9

services: add domain-s

Closes: https://bugs.gentoo.org/708130
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 etc/services | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/services b/etc/services
index c5b673f4..4e338cda 100644
--- a/etc/services
+++ b/etc/services
@@ -609,6 +609,8 @@ webster		765/tcp				# Network dictionary
 webster		765/udp
 phonebook	767/tcp				# Network phonebook
 phonebook	767/udp
+domain-s	853/tcp				# DNS query-response protocol run over TLS/DTLS
+domain-s	853/udp
 rsync		873/tcp				# rsync
 rsync		873/udp
 ftps-data	989/tcp				# ftp protocol, data, over TLS/SSL


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2018-05-28 19:22 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2018-05-28 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8974c87e2d0e243c0fc2503fac5b40f447fac65f
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 18:54:32 2018 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon May 28 19:21:23 2018 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=8974c87e

profile: don't use ROOTPATH

Since PATH is supposed to be the same for everyone, we can now drop the
code that handles ROOTPATH.

 etc/profile | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/etc/profile b/etc/profile
index 05584351..2afd51d9 100644
--- a/etc/profile
+++ b/etc/profile
@@ -18,14 +18,6 @@ export PAGER=${PAGER:-/usr/bin/less}
 # 077 would be more secure, but 022 is generally quite realistic
 umask 022
 
-# Set up PATH depending on whether we're root or a normal user.
-# There's no real reason to exclude sbin paths from the normal user,
-# but it can make tab-completion easier when they aren't in the
-# user's PATH to pollute the executable namespace.
-if [ "${EUID-}" = "0" ] || [ "${USER-}" = "root" ] ; then
-	PATH="${ROOTPATH}"
-fi
-export PATH
 unset ROOTPATH
 
 # process *.sh files in /etc/profile.d


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2018-05-26 22:52 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2018-05-26 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     6e06295fd89f6e0605406dabbd7684171c034d4e
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 22:50:24 2018 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat May 26 22:50:24 2018 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=6e06295f

etc/profile: typo fix

 etc/profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/profile b/etc/profile
index 8e92e824..05584351 100644
--- a/etc/profile
+++ b/etc/profile
@@ -28,7 +28,7 @@ fi
 export PATH
 unset ROOTPATH
 
-# process *.sh files in /etc/profiled.d
+# process *.sh files in /etc/profile.d
 for sh in /etc/profile.d/*.sh ; do
 	[ -r "$sh" ] && . "$sh"
 done


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2017-10-03 22:02 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2017-10-03 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3d46659bf88caf23cfb631671dbece20bfdf8572
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 21:58:35 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 22:01:40 2017 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=3d46659b

process files in /etc/profile.d before /etc/bash/bashrc for consistency

Bug: https://bugs.gentoo.org/show_bug.cgi?id=610898

 etc/profile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/etc/profile b/etc/profile
index 75c1f870..8e92e824 100644
--- a/etc/profile
+++ b/etc/profile
@@ -28,6 +28,12 @@ fi
 export PATH
 unset ROOTPATH
 
+# process *.sh files in /etc/profiled.d
+for sh in /etc/profile.d/*.sh ; do
+	[ -r "$sh" ] && . "$sh"
+done
+unset sh
+
 if [ -n "${BASH_VERSION-}" ] ; then
 	# Newer bash ebuilds include /etc/bash/bashrc which will setup PS1
 	# including color.  We leave out color here because not all
@@ -50,8 +56,3 @@ else
 	# understand sequences such as \h, don't put anything special in it.
 	PS1="${USER:-$(whoami 2>/dev/null)}@$(uname -n 2>/dev/null) \$ "
 fi
-
-for sh in /etc/profile.d/*.sh ; do
-	[ -r "$sh" ] && . "$sh"
-done
-unset sh


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2017-06-08 18:41 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2017-06-08 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ec3d9fb5d4f9252bc524ad4c1fc901867cb3bb63
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 18:39:13 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 18:39:13 2017 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=ec3d9fb5

etc/profile: replace PATH with ROOTPATH if the user is root

This is part of the following bug.

X-Gentoo-Bug: 255695
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=255695

 etc/profile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/etc/profile b/etc/profile
index e085efa3..75c1f870 100644
--- a/etc/profile
+++ b/etc/profile
@@ -23,9 +23,7 @@ umask 022
 # but it can make tab-completion easier when they aren't in the
 # user's PATH to pollute the executable namespace.
 if [ "${EUID-}" = "0" ] || [ "${USER-}" = "root" ] ; then
-	PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin${ROOTPATH:+:}${ROOTPATH-}"
-else
-	PATH="/usr/local/bin:/usr/bin:/bin${PATH:+:}${PATH-}"
+	PATH="${ROOTPATH}"
 fi
 export PATH
 unset ROOTPATH


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2017-06-08 17:59 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2017-06-08 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a3cd4d5b362239f4d9104c2a9e3af9ba0eec421c
Author:     David Michael <david.michael <AT> coreos <DOT> com>
AuthorDate: Wed Jan  4 23:42:51 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 17:58:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=a3cd4d5b

etc/services: add etcd services

X-Gentoo-Bug: 604704
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=604704

 etc/services | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/services b/etc/services
index d6b2bb4c..c5b673f4 100644
--- a/etc/services
+++ b/etc/services
@@ -803,6 +803,8 @@ redstorm_find	2347/tcp			# Game Announcement and Location
 redstorm_find	2347/udp
 redstorm_info	2348/tcp			# Information to query for game status
 redstorm_info	2348/udp
+etcd-client	2379/tcp			# etcd client communication
+etcd-server	2380/tcp			# etcd server to server communication
 cvspserver	2401/tcp			# CVS client/server operations
 cvspserver	2401/udp
 venus		2430/tcp			# codacon port


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2016-09-01 19:03 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2016-09-01 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     89f852f823cad807dc360325ec92817e583835e8
Author:     Martin Vath <martin <AT> mvath <DOT> de>
AuthorDate: Thu Sep  1 18:24:48 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 19:01:03 2016 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=89f852f8

etc/profile: Make set -u work for the profile

X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=555762

 etc/profile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/profile b/etc/profile
index 11336fb..e085efa 100644
--- a/etc/profile
+++ b/etc/profile
@@ -22,15 +22,15 @@ umask 022
 # There's no real reason to exclude sbin paths from the normal user,
 # but it can make tab-completion easier when they aren't in the
 # user's PATH to pollute the executable namespace.
-if [ "$EUID" = "0" ] || [ "$USER" = "root" ] ; then
-	PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ROOTPATH}"
+if [ "${EUID-}" = "0" ] || [ "${USER-}" = "root" ] ; then
+	PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin${ROOTPATH:+:}${ROOTPATH-}"
 else
-	PATH="/usr/local/bin:/usr/bin:/bin:${PATH}"
+	PATH="/usr/local/bin:/usr/bin:/bin${PATH:+:}${PATH-}"
 fi
 export PATH
 unset ROOTPATH
 
-if [ -n "${BASH_VERSION}" ] ; then
+if [ -n "${BASH_VERSION-}" ] ; then
 	# Newer bash ebuilds include /etc/bash/bashrc which will setup PS1
 	# including color.  We leave out color here because not all
 	# terminals support it.


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2016-08-29 21:30 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2016-08-29 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     db65c12659a298d3795d042079868f171432eb5c
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 21:28:33 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 21:28:33 2016 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=db65c126

etc/services: add assignment for ircs-u

X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=592368

 etc/services | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/services b/etc/services
index 6b75586..d6b2bb4 100644
--- a/etc/services
+++ b/etc/services
@@ -1166,6 +1166,7 @@ x11-ssh		6010/tcp	x11-ssh-offset
 x11-ssh		6010/udp	x11-ssh-offset
 ircd		6667/tcp			# Internet Relay Chat
 ircd		6667/udp
+ircs-u		6697/tcp			# Internet Relay Chat via TLS/SSL
 jetdirect	9100/tcp			# HP JetDirect card
 jetdirect	9100/udp
 mandelspawn	9359/udp	mandelbrot	# network mandelbrot


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2016-08-29 19:46 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2016-08-29 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4328a2fa4b6abc7f4004da33b351ed6597ac975f
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 19:42:06 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 19:42:06 2016 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=4328a2fa

etc/services: add gpsd and xmpp-bosh services

X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=538708

 etc/services | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/services b/etc/services
index 15aa277..6b75586 100644
--- a/etc/services
+++ b/etc/services
@@ -1153,9 +1153,12 @@ support		1529/tcp			# GNATS
 cfinger		2003/tcp	lmtp		# GNU Finger
 ninstall	2150/tcp			# ninstall service
 ninstall	2150/udp
+gpsd		2947/tcp	gpsd		# GPS Daemon request/response protocol
+gpsd		2947/udp	gpsd		# GPS Daemon request/response protocol
 afbackup	2988/tcp			# Afbackup system
 afbackup	2988/udp
 fax		4557/tcp			# FAX transmission service        (old)
+xmpp-bosh   5280/tcp	 		# Bidirectional-streams Over Synchronous HTTP (BOSH)
 rplay		5555/tcp			# RPlay audio service
 rplay		5555/udp
 canna		5680/tcp			# Canna (Japanese Input)


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2016-08-27 16:54 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2016-08-27 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f313f3c5de9fe1e52ef4abc62935090a299a51b8
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 16:52:39 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 16:52:39 2016 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=f313f3c5

etc/profile: remove comments about whoami

X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=587612

 etc/profile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/etc/profile b/etc/profile
index 2dee463..11336fb 100644
--- a/etc/profile
+++ b/etc/profile
@@ -22,10 +22,6 @@ umask 022
 # There's no real reason to exclude sbin paths from the normal user,
 # but it can make tab-completion easier when they aren't in the
 # user's PATH to pollute the executable namespace.
-#
-# It is intentional in the following line to use || instead of -o.
-# This way the evaluation can be short-circuited and calling whoami is
-# avoided.
 if [ "$EUID" = "0" ] || [ "$USER" = "root" ] ; then
 	PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ROOTPATH}"
 else


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: etc/
@ 2016-08-26 19:28 William Hubbs
  0 siblings, 0 replies; 18+ messages in thread
From: William Hubbs @ 2016-08-26 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     24af4fb374c67661fb1bf9dfb842fae70fd7f5f2
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 19:21:07 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 19:26:33 2016 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=24af4fb3

etc/hosts: document the alias order

Add documentation showing that the first host alias is the canonical
host name.

X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=536624

 etc/hosts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/etc/hosts b/etc/hosts
index 8a37ca5..b3d3721 100644
--- a/etc/hosts
+++ b/etc/hosts
@@ -3,6 +3,12 @@
 # This file describes a number of aliases-to-address mappings for the for 
 # local hosts that share this file.
 #
+# The format of lines in this file is:
+#
+# IP_ADDRESS	canonical_hostname	[aliases...]
+#
+#The fields can be separated by any number of spaces or tabs.
+#
 # In the presence of the domain name service or NIS, this file may not be 
 # consulted at all; see /etc/host.conf for the resolution order.
 #


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-02-29 19:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-10 19:04 [gentoo-commits] proj/baselayout:master commit in: etc/ William Hubbs
  -- strict thread matches above, loose matches on Subject: below --
2024-02-29 19:08 Mike Gilbert
2023-07-08  4:08 Sam James
2023-01-26  0:25 William Hubbs
2022-09-04 18:53 William Hubbs
2022-05-25 14:58 William Hubbs
2020-12-14  3:45 William Hubbs
2020-02-08 15:20 William Hubbs
2018-05-28 19:22 William Hubbs
2018-05-26 22:52 William Hubbs
2017-10-03 22:02 William Hubbs
2017-06-08 18:41 William Hubbs
2017-06-08 17:59 William Hubbs
2016-09-01 19:03 William Hubbs
2016-08-29 21:30 William Hubbs
2016-08-29 19:46 William Hubbs
2016-08-27 16:54 William Hubbs
2016-08-26 19:28 William Hubbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox