SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
misc/srcpd/patches/patch-Makefile_in
Normal file
12
misc/srcpd/patches/patch-Makefile_in
Normal 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
|
||||
|
14
misc/srcpd/patches/patch-man_de_srcpd_conf_5
Normal file
14
misc/srcpd/patches/patch-man_de_srcpd_conf_5
Normal 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>
|
29
misc/srcpd/patches/patch-man_srcpd_conf_5
Normal file
29
misc/srcpd/patches/patch-man_srcpd_conf_5
Normal 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
|
13
misc/srcpd/patches/patch-srcpd_conf
Normal file
13
misc/srcpd/patches/patch-srcpd_conf
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue