diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-04-29 08:10:27 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-04-29 08:10:27 +0000 |
commit | dd220c2001694d44f8b7dc115959f690e9085484 (patch) | |
tree | 7692004004aecf09dfd13ac82531af4133b3c616 /net-dialup | |
parent | Cruft cleanup (diff) | |
download | gentoo-2-dd220c2001694d44f8b7dc115959f690e9085484.tar.gz gentoo-2-dd220c2001694d44f8b7dc115959f690e9085484.tar.bz2 gentoo-2-dd220c2001694d44f8b7dc115959f690e9085484.zip |
Closes #19469
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/mgetty/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.30.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-dialup/mgetty/ChangeLog b/net-dialup/mgetty/ChangeLog index 461dae0568ba..fafca5186a39 100644 --- a/net-dialup/mgetty/ChangeLog +++ b/net-dialup/mgetty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/mgetty # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.11 2003/04/28 09:29:35 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.12 2003/04/29 08:10:26 aliz Exp $ + + 29 Apr 2003; Daniel Ahlberg <aliz@gentoo.org> mgetty-1.1.30.ebuild : + Added fax user to allow installation to finish. Closes #19469. *mgetty-1.1.30 (28 Apr 2003) diff --git a/net-dialup/mgetty/mgetty-1.1.30.ebuild b/net-dialup/mgetty/mgetty-1.1.30.ebuild index 1c4bb9050f1c..c0ab058e529b 100644 --- a/net-dialup/mgetty/mgetty-1.1.30.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.30.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.30.ebuild,v 1.1 2003/04/28 09:29:35 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.30.ebuild,v 1.2 2003/04/29 08:10:27 aliz Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils S=${WORKDIR}/${P} DESCRIPTION="Fax and Voice modem programs." @@ -54,6 +54,8 @@ src_compile() { } src_install () { + enewuser fax + dodir /var/spool dodir /usr/share/info make prefix=${D}/usr \ |