diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-11-21 16:10:26 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-11-21 16:10:26 +0000 |
commit | bdcb818d15ea417ceb0965080ad3b76543abb1a1 (patch) | |
tree | 1fb325502d67dbf80fa3aa4bc2e73a5b7175b8bc /sys-apps | |
parent | Added -ppc to 3.2-r4 due to compile problems on test machine (diff) | |
download | historical-bdcb818d15ea417ceb0965080ad3b76543abb1a1.tar.gz historical-bdcb818d15ea417ceb0965080ad3b76543abb1a1.tar.bz2 historical-bdcb818d15ea417ceb0965080ad3b76543abb1a1.zip |
Small fixes
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/lufs/lufs-0.7.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/lufs/lufs-0.8.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/lufs/lufs-0.7.0.ebuild b/sys-apps/lufs/lufs-0.7.0.ebuild index 39bba6603dea..438caa8ce9c7 100644 --- a/sys-apps/lufs/lufs-0.7.0.ebuild +++ b/sys-apps/lufs/lufs-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.7.0.ebuild,v 1.2 2002/11/20 13:41:52 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.7.0.ebuild,v 1.3 2002/11/21 16:10:26 aliz Exp $ S="${WORKDIR}/${P}" DESCRIPTION="User-mode filesystem implementation" @@ -45,7 +45,7 @@ src_install () { } pkg_postinst() { - id lufs || useradd -g nobody -d /home/lufs -m -s /bin/sh -c "LUFS user" lufs + id lufs 2>/dev/null || useradd -g nobody -d /home/lufs -m -s /bin/sh -c "LUFS user" lufs } pkg_postrm() { diff --git a/sys-apps/lufs/lufs-0.8.0.ebuild b/sys-apps/lufs/lufs-0.8.0.ebuild index 15bcaa82dace..2482f385f234 100644 --- a/sys-apps/lufs/lufs-0.8.0.ebuild +++ b/sys-apps/lufs/lufs-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.8.0.ebuild,v 1.1 2002/11/20 13:41:52 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.8.0.ebuild,v 1.2 2002/11/21 16:10:26 aliz Exp $ S="${WORKDIR}/${P}" DESCRIPTION="User-mode filesystem implementation" @@ -45,7 +45,7 @@ src_install () { } pkg_postinst() { - id lufs || useradd -g nobody -d /home/lufs -m -s /bin/sh -c "LUFS user" lufs + id lufs 2>/dev/null || useradd -g nobody -d /home/lufs -m -s /bin/sh -c "LUFS user" lufs } pkg_postrm() { |