SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
@@ -787,7 +787,7 @@ info: info-recursive
info-am:
-install-data-am: install-dist_udevDATA
+install-data-am:
install-dvi: install-dvi-recursive

View file

@ -0,0 +1,14 @@
Index: man/de/srcpd.conf.5
--- man/de/srcpd.conf.5.orig
+++ man/de/srcpd.conf.5
@@ -52,8 +52,8 @@ vorkonfigurierten Bus. Sie hat den folgenden Aufbau:
<server>
<tcp-port>4303</tcp-port>
<pid-file>/var/run/srcpd.pid</pid-file>
- <username>nobody</username>
- <groupname>nogroup</groupname>
+ <username>_srcpd</username>
+ <groupname>_srcpd</groupname>
</server>
<verbosity>5</verbosity>
</bus>

View file

@ -0,0 +1,29 @@
Index: man/srcpd.conf.5
--- man/srcpd.conf.5.orig
+++ man/srcpd.conf.5
@@ -39,8 +39,8 @@ default settings and an example bus configuration.
<server>
<tcp-port>4303</tcp-port>
<pid-file>/var/run/srcpd.pid</pid-file>
- <username>nobody</username>
- <groupname>nogroup</groupname>
+ <username>_srcpd</username>
+ <groupname>_srcpd</groupname>
</server>
<verbosity>5</verbosity>
</bus>
@@ -202,12 +202,12 @@ is
.TP
username
srcpd runs under this user. Default is
-.IR nobody .
+.IR _srcpd .
.\"
.TP
groupname
srcpd runs under this group. Default is
-.IR nogroup .
+.IR _srcpd .
.\"
.\"
.SS dccar

View file

@ -0,0 +1,13 @@
--- srcpd.conf.orig Fri Dec 3 17:20:33 2010
+++ srcpd.conf Fri Dec 3 17:20:50 2010
@@ -4,8 +4,8 @@
<server>
<tcp-port>4303</tcp-port>
<pid-file>/var/run/srcpd.pid</pid-file>
- <username>nobody</username>
- <groupname>nogroup</groupname>
+ <username>_srcpd</username>
+ <groupname>_srcpd</groupname>
</server>
<verbosity>3</verbosity>
</bus>