diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2008-07-12 22:31:41 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2008-07-12 22:31:41 +0000 |
commit | f5681e8fee74a17e0c5f5fd13eeeec4587ddfe40 (patch) | |
tree | 953f86d82b7f2dd6cafb74b34fd5ded60c06cfd0 /net-fs/coda/files | |
parent | Version bump. (diff) | |
download | gentoo-2-f5681e8fee74a17e0c5f5fd13eeeec4587ddfe40.tar.gz gentoo-2-f5681e8fee74a17e0c5f5fd13eeeec4587ddfe40.tar.bz2 gentoo-2-f5681e8fee74a17e0c5f5fd13eeeec4587ddfe40.zip |
Move init-scripts to prepare for update from bug #193012.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r4 x86_64)
Diffstat (limited to 'net-fs/coda/files')
-rw-r--r-- | net-fs/coda/files/6.0.15/auth2 (renamed from net-fs/coda/files/auth2) | 2 | ||||
-rw-r--r-- | net-fs/coda/files/6.0.15/coda-update (renamed from net-fs/coda/files/coda-update) | 2 | ||||
-rw-r--r-- | net-fs/coda/files/6.0.15/codasrv (renamed from net-fs/coda/files/codasrv) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/coda/files/auth2 b/net-fs/coda/files/6.0.15/auth2 index 6700a09c8c1e..9e1f3386e85d 100644 --- a/net-fs/coda/files/auth2 +++ b/net-fs/coda/files/6.0.15/auth2 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/auth2,v 1.4 2004/07/26 17:50:21 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/6.0.15/auth2,v 1.1 2008/07/12 22:31:41 chtekk Exp $ depend() { need net diff --git a/net-fs/coda/files/coda-update b/net-fs/coda/files/6.0.15/coda-update index 9e6276f72b51..7d9cd34f8bf1 100644 --- a/net-fs/coda/files/coda-update +++ b/net-fs/coda/files/6.0.15/coda-update @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/coda-update,v 1.4 2004/07/26 17:50:21 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/6.0.15/coda-update,v 1.1 2008/07/12 22:31:41 chtekk Exp $ depend() { need net auth2 diff --git a/net-fs/coda/files/codasrv b/net-fs/coda/files/6.0.15/codasrv index 6783add42294..7bf9fd4655a9 100644 --- a/net-fs/coda/files/codasrv +++ b/net-fs/coda/files/6.0.15/codasrv @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/codasrv,v 1.5 2004/07/26 17:50:21 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/6.0.15/codasrv,v 1.1 2008/07/12 22:31:41 chtekk Exp $ depend() { need net coda-update auth2 |