FreeBSD Bugzilla – Attachment 91555 Details for
Bug 128932
Fixed rc script for mail/dovecot port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 596 bytes, created by
Alex Trull
on 2008-11-17 01:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alex Trull
Created:
2008-11-17 01:40:01 UTC
Size:
596 bytes
patch
obsolete
>--- dovecot.sh.in.orig 2008-11-17 00:23:35.725323671 +0000 >+++ dovecot.sh.in 2008-11-17 00:26:27.317580366 +0000 >@@ -31,7 +31,7 @@ > local base user gid > base=/var/run/${name} > user=$(/usr/bin/awk -F '[[:space:]]*=[[:space:]]*' '/^[[:space:]]*login_user[[:space:]]*=/ { print $2 }' ${required_files}) >- gid=$(/usr/sbin/pw usershow -n "${user:-${name}}" 2>/dev/null | /usr/bin/cut -d: -f4) >+ gid=$(/usr/sbin/pw groupshow -n ${user-${name}} 2>/dev/null | /usr/bin/cut -d: -f3) > /usr/bin/install -o root -g wheel -m 0755 -d ${base} > /usr/bin/install -o root -g ${gid} -m 0750 -d ${base}/login > }
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 128932
: 91555