diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-31 13:46:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-31 13:46:47 +0000 |
commit | 68457bcce543a341cbac4cf2db170ece5f3b7da2 (patch) | |
tree | afe54f169634d5a385de77d982b70a599eddd772 /net-analyzer/zabbix-agent | |
parent | Change /bin/false to -1 in enewuser call. (diff) | |
download | historical-68457bcce543a341cbac4cf2db170ece5f3b7da2.tar.gz historical-68457bcce543a341cbac4cf2db170ece5f3b7da2.tar.bz2 historical-68457bcce543a341cbac4cf2db170ece5f3b7da2.zip |
Change /bin/false to -1 in enewuser call.
Package-Manager: portage-2.1_pre3
Diffstat (limited to 'net-analyzer/zabbix-agent')
-rw-r--r-- | net-analyzer/zabbix-agent/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/zabbix-agent/zabbix-agent-1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/zabbix-agent/ChangeLog b/net-analyzer/zabbix-agent/ChangeLog index 63288fe2670b..68fedb5f0e01 100644 --- a/net-analyzer/zabbix-agent/ChangeLog +++ b/net-analyzer/zabbix-agent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/zabbix-agent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix-agent/ChangeLog,v 1.4 2005/08/23 17:23:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix-agent/ChangeLog,v 1.5 2005/12/31 13:43:32 flameeyes Exp $ + + 31 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + zabbix-agent-1.0.ebuild: + Change /bin/false to -1 in enewuser call. 23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> zabbix-agent-1.1_alpha7.ebuild: diff --git a/net-analyzer/zabbix-agent/zabbix-agent-1.0.ebuild b/net-analyzer/zabbix-agent/zabbix-agent-1.0.ebuild index 9ce36d5b9c3d..5d490b255f72 100644 --- a/net-analyzer/zabbix-agent/zabbix-agent-1.0.ebuild +++ b/net-analyzer/zabbix-agent/zabbix-agent-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix-agent/zabbix-agent-1.0.ebuild,v 1.1 2005/04/26 21:46:18 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix-agent/zabbix-agent-1.0.ebuild,v 1.2 2005/12/31 13:43:32 flameeyes Exp $ inherit eutils @@ -30,7 +30,7 @@ S=${WORKDIR}/${MY_P}-${PV} pkg_setup() { enewgroup zabbix - enewuser zabbix -1 /bin/false /dev/null zabbix + enewuser zabbix -1 -1 /dev/null zabbix } |