Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77455 Details for
Bug 114818
mini-qmail does not add its users
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to qmail's Makefile
Makefile.patch (text/plain), 1.56 KB, created by
rhumbliner
on 2006-01-18 12:20:27 UTC
(
hide
)
Description:
patch to qmail's Makefile
Filename:
MIME Type:
Creator:
rhumbliner
Created:
2006-01-18 12:20:27 UTC
Size:
1.56 KB
patch
obsolete
>--- Makefile.orig 2006-01-18 12:41:54.000000000 -0700 >+++ Makefile 2006-01-18 12:42:21.000000000 -0700 >@@ -112,17 +112,18 @@ > > auto_uids.c: \ > auto-uid auto-gid conf-users conf-groups >- ( ./auto-uid auto_uida `head -n 1 conf-users` \ >- &&./auto-uid auto_uidd `head -n 2 conf-users | tail -n -1` \ >- &&./auto-uid auto_uidl `head -n 3 conf-users | tail -n -1` \ >- &&./auto-uid auto_uido `head -n 4 conf-users | tail -n -1` \ >- &&./auto-uid auto_uidp `head -n 5 conf-users | tail -n -1` \ >- &&./auto-uid auto_uidq `head -n 6 conf-users | tail -n -1` \ >- &&./auto-uid auto_uidr `head -n 7 conf-users | tail -n -1` \ >- &&./auto-uid auto_uids `head -n 8 conf-users | tail -n -1` \ >- &&./auto-gid auto_gidq `head -n 1 conf-groups` \ >- &&./auto-gid auto_gidn `head -n 2 conf-groups | tail -n -1` \ >- ) > auto_uids.c.tmp && mv auto_uids.c.tmp auto_uids.c >+# ( ./auto-uid auto_uida `head -n 1 conf-users` \ >+# &&./auto-uid auto_uidd `head -n 2 conf-users | tail -n -1` \ >+# &&./auto-uid auto_uidl `head -n 3 conf-users | tail -n -1` \ >+# &&./auto-uid auto_uido `head -n 4 conf-users | tail -n -1` \ >+# &&./auto-uid auto_uidp `head -n 5 conf-users | tail -n -1` \ >+# &&./auto-uid auto_uidq `head -n 6 conf-users | tail -n -1` \ >+# &&./auto-uid auto_uidr `head -n 7 conf-users | tail -n -1` \ >+# &&./auto-uid auto_uids `head -n 8 conf-users | tail -n -1` \ >+# &&./auto-gid auto_gidq `head -n 1 conf-groups` \ >+# &&./auto-gid auto_gidn `head -n 2 conf-groups | tail -n -1` \ >+# ) > auto_uids.c.tmp && mv auto_uids.c.tmp auto_uids.c >+ cp auto_uids.c.fake auto_uids.c > > auto_uids.o: \ > compile auto_uids.c
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 114818
:
77454
| 77455 |
77456