diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-03-01 23:09:08 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-03-01 23:09:08 +0000 |
commit | 6df950bac8bdcbf58c6a9f3b2ead362ab75651ff (patch) | |
tree | 06831798351b93974c2bb93a4cf288def84e2e30 /app-sci/zetagrid | |
parent | minor fix (diff) | |
download | gentoo-2-6df950bac8bdcbf58c6a9f3b2ead362ab75651ff.tar.gz gentoo-2-6df950bac8bdcbf58c6a9f3b2ead362ab75651ff.tar.bz2 gentoo-2-6df950bac8bdcbf58c6a9f3b2ead362ab75651ff.zip |
moved #!/sbin/runscripts to top of the file (needed to run).
Diffstat (limited to 'app-sci/zetagrid')
-rw-r--r-- | app-sci/zetagrid/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/zetagrid/files/zetagrid.init | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-sci/zetagrid/ChangeLog b/app-sci/zetagrid/ChangeLog index 5f1acb9f465a..55828c13ea8f 100644 --- a/app-sci/zetagrid/ChangeLog +++ b/app-sci/zetagrid/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-sci/zetagrid # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/ChangeLog,v 1.11 2003/03/01 16:57:18 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/ChangeLog,v 1.12 2003/03/01 23:09:08 mholzer Exp $ *zetagrid-1.0-r7 (01 Mar 2003) + 01 Mar 2003; Martin Holzer <mholzer@gentoo.org> files/zeta.init : + moved #!/sbin/runscripts to top of the file (needed to run). + 01 Mar 2003; Michael Imhof <tantive@gentoo.org> : Changed /usr/bin/grep back to /bin/grep in zeta.init as the /usr/bin/grep was a mistake in the grep ebuild. diff --git a/app-sci/zetagrid/files/zetagrid.init b/app-sci/zetagrid/files/zetagrid.init index 22bdb42cabe8..a07f952c3ce5 100644 --- a/app-sci/zetagrid/files/zetagrid.init +++ b/app-sci/zetagrid/files/zetagrid.init @@ -1,8 +1,8 @@ +#!/sbin/runscript +# # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/files/zetagrid.init,v 1.8 2003/03/01 16:57:18 tantive Exp $ - -#!/sbin/runscript +# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/files/zetagrid.init,v 1.9 2003/03/01 23:09:08 mholzer Exp $ opts="${opts} progress" ZETADIR=/opt/zetagrid/ |