FreeBSD Bugzilla – Attachment 75296 Details for
Bug 108784
security/stunnel: [patch] assign permanent uid and gid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.69 KB, created by
Alex Kozlov
on 2007-02-05 04:00:36 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alex Kozlov
Created:
2007-02-05 04:00:36 UTC
Size:
1.69 KB
patch
obsolete
>--- ports/GIDs Wed Jan 31 01:13:56 2007 >+++ GIDs.new Mon Feb 3 23:43:48 2007 >@@ -80,6 +80,7 @@ > _sphinx:*:312: > dkfilter:*:325: > wildfire:*:340: >+stunnel:*:361: > ldap:*:389: > tiarra:*:398: > drweb:*:426: >--- ports/UIDs Wed Jan 31 01:13:56 2007 >+++ UIDs.new Mon Feb 3 23:44:38 2007 >@@ -91,6 +91,7 @@ > _sphinx:*:312:312::0:0:Sphinxsearch Owner:/nonexistent:/sbin/nologin > dkfilter:*:325:325:DK Filter Owner:/nonexistent:/sbin/nologin > wildfire:*:340:340::0:0:Wildfire Daemon:/nonexistent:/sbin/nologin >+stunnel:*:361:361:stunnel Daemon:/nonexistent:/sbin/nologin > ldap:*:389:389:OpenLDAP Server:/nonexistent:/sbin/nologin > tiarra:*:398:398:Tiarra IRC Proxy:/nonexistent:/usr/sbin/nologin > drweb:*:426:426:Dr.Web Mail Scanner:/nonexistent:/sbin/nologin >--- ports/security/stunnel/pkg-install Fri Sep 20 12:29:10 2002 >+++ pkg-install.new Mon Feb 3 23:45:04 2007 >@@ -16,7 +16,7 @@ > if pw group show "${GROUP}" 2>/dev/null; then > echo "You already have a group \"${GROUP}\", so I will use it." > else >- if pw groupadd ${GROUP} ; then >+ if pw groupadd -g 361 -n ${GROUP} ; then > echo "Added group \"${GROUP}\"." > else > echo "Adding group \"${GROUP}\" failed..." >@@ -27,7 +27,7 @@ > if pw user show "${USER}" 2>/dev/null; then > echo "You already have a user \"${USER}\", so I will use it." > else >- if pw useradd ${USER} -g ${GROUP} -h - \ >+ if pw useradd -u 361 -n ${USER} -g ${GROUP} -h - \ > -d /nonexistent -c "stunnel Daemon" -s /sbin/nologin > then > echo "Added user \"${USER}\"."
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 108784
: 75296