Opened 21 years ago

Closed 19 years ago

#802 closed defect (fixed)

BUG: upclient needs a startup rc.d script

Reported by: charlie@… Owned by: yeled@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

we need an rc.d script here.

Change History (5)

comment:1 Changed 21 years ago by charlie@…

Status: newassigned

comment:2 Changed 20 years ago by charlie@…

Owner: changed from charlie@… to yeled@…
Status: assignednew

comment:3 Changed 20 years ago by mww@…

#!/bin/sh case "$1" in

start)

... ;;

stop)

... ;;

restart)

$0 stop && $0 start ;;

esac

comment:4 Changed 19 years ago by snu@…

Summary: net/upclient needs a startup rc.d scriptBUG: upclient needs a startup rc.d script

comment:5 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

added startupitem-code - fixed;

Note: See TracTickets for help on using tickets.