| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qmail.eclass,v 1.4 2011/08/22 04:46:32 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qmail.eclass,v 1.5 2011/11/24 00:04:13 vapier Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: qmail.eclass |
5 | # @ECLASS: qmail.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # qmail-bugs@gentoo.org |
7 | # qmail-bugs@gentoo.org |
| 8 | # @BLURB: common qmail functions |
8 | # @BLURB: common qmail functions |
| … | |
… | |
| 104 | |
104 | |
| 105 | echo "${cc} ${CFLAGS}" > ./conf-cc || die 'Patching conf-cc failed.' |
105 | echo "${cc} ${CFLAGS}" > ./conf-cc || die 'Patching conf-cc failed.' |
| 106 | echo "${ld} ${LDFLAGS}" > ./conf-ld || die 'Patching conf-ld failed.' |
106 | echo "${ld} ${LDFLAGS}" > ./conf-ld || die 'Patching conf-ld failed.' |
| 107 | } |
107 | } |
| 108 | |
108 | |
| 109 | # @FUNCTION: qmail_create_users |
109 | # @FUNCTION: qmail_create_groups |
| 110 | # @DESCRIPTION: |
110 | # @DESCRIPTION: |
| 111 | # Keep qmail groups in sync across ebuilds |
111 | # Keep qmail groups in sync across ebuilds |
| 112 | qmail_create_groups() { |
112 | qmail_create_groups() { |
| 113 | einfo "Creating qmail groups" |
113 | einfo "Creating qmail groups" |
| 114 | enewgroup nofiles 200 |
114 | enewgroup nofiles 200 |