- Update amd64 binary to 2.9009.494

- Cosmetics in rc script

PR:		ports/73935
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-11-15 21:54:24 +00:00
parent cf3519b6b6
commit fe930b4785
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121705
3 changed files with 6 additions and 4 deletions

View file

@ -45,6 +45,8 @@ MAN1= dnetc.1
.if ${ARCH} == sparc64 || ${ARCH} == alpha
VERSION= 2.9003.481
.elif ${ARCH} == amd64
VERSION= 2.9009.494
.else
VERSION= 2.9008.491
.endif

View file

@ -1,2 +1,2 @@
MD5 (dnetc491-freebsd-amd64-elf.tar.gz) = 3fbb849dd9413efc47ce8b93973d3d3a
SIZE (dnetc491-freebsd-amd64-elf.tar.gz) = 423777
MD5 (dnetc494-freebsd-amd64-elf.tar.gz) = 0679d91acfaed621539e5a0bfca2334a
SIZE (dnetc494-freebsd-amd64-elf.tar.gz) = 425552

View file

@ -16,7 +16,7 @@ user="%%CLIENTUSER%%"
name="dnetc"
rcvar=`set_rcvar`
required_files=${dir}/dnetc.ini
required_files=${dir}/${name}.ini
start_cmd="${name}_start"
stop_cmd="${name}_stop"
@ -29,8 +29,8 @@ dnetc_start()
dnetc_stop()
{
echo -n " dnetc"
su -m ${user} -c "${dir}/dnetc -shutdown" 2>/dev/null >/dev/null
echo -n " dnetc"
}
load_rc_config $name