diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2005-01-01 14:13:25 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2005-01-01 14:13:25 +0000 |
commit | 0a6e7763cb283491b0a198502b264056d3c26cfc (patch) | |
tree | 0e9309d9ef979ef98cc768f1c19abe57c93010b9 /app-misc/dnetc | |
parent | Closing #76178 and #68344. (Manifest recommit) (diff) | |
download | gentoo-2-0a6e7763cb283491b0a198502b264056d3c26cfc.tar.gz gentoo-2-0a6e7763cb283491b0a198502b264056d3c26cfc.tar.bz2 gentoo-2-0a6e7763cb283491b0a198502b264056d3c26cfc.zip |
Whitespaces
Diffstat (limited to 'app-misc/dnetc')
-rw-r--r-- | app-misc/dnetc/dnetc-2.9009.494.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/dnetc/dnetc-2.9009.494.ebuild b/app-misc/dnetc/dnetc-2.9009.494.ebuild index aacd2b293151..fcd8bdaed984 100644 --- a/app-misc/dnetc/dnetc-2.9009.494.ebuild +++ b/app-misc/dnetc/dnetc-2.9009.494.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/app-misc/dnetc/dnetc-2.9009.494.ebuild,v 1.1 2005/01/01 14:11:51 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9009.494.ebuild,v 1.2 2005/01/01 14:13:25 aliz Exp $ MAJ_PV=${PV:0:6} MIN_PV=${PV:7:9} @@ -27,7 +27,7 @@ pkg_preinst() { if [ -e /opt/distributed.net/dnetc ] && [ -e /etc/init.d/dnetc ]; then einfo "flushing old buffers" source /etc/conf.d/dnetc - + if [ -e /opt/distributed.net/dnetc.ini ]; then # use ini file /opt/distributed.net/dnetc -quiet -ini /opt/distributed.net/dnetc.ini -flush |