diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-07-18 03:52:58 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-07-18 03:52:58 +0000 |
commit | 07197c57650a5e4228d780bab4987c23e1827212 (patch) | |
tree | 57b27d42fc0a90f6366fbcdd1f0ef8f361a774ab /net-fs | |
parent | Manifest fix - files/slmodem-2.7.modules size mismatch, files/slmodem-2.7.dev... (diff) | |
download | gentoo-2-07197c57650a5e4228d780bab4987c23e1827212.tar.gz gentoo-2-07197c57650a5e4228d780bab4987c23e1827212.tar.bz2 gentoo-2-07197c57650a5e4228d780bab4987c23e1827212.zip |
Manifest fix - files/codasrv size mismatch
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/coda/files/codasrv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/coda/files/codasrv b/net-fs/coda/files/codasrv index 1fcc3bcae791..9b759ae707ce 100644 --- a/net-fs/coda/files/codasrv +++ b/net-fs/coda/files/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.3 2004/07/16 23:22:03 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/codasrv,v 1.4 2004/07/18 03:52:58 dragonheart Exp $ depend() { need net coda-update auth2 @@ -31,7 +31,7 @@ start() { checkconfig || return 1 ebegin "Starting codasrv" - start-stop-daemon --start --exec /usr/sbin/codasrv + start-stop-daemon --start --background --exec /usr/sbin/codasrv eend $? } |