Bug 56727 - Update port: dns/ddupdate (fix startup script)
Summary: Update port: dns/ddupdate (fix startup script)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-12 06:10 UTC by Kimura Fuyuki
Modified: 2003-09-24 16:07 UTC (History)
0 users

See Also:


Attachments
file.diff (481 bytes, patch)
2003-09-12 06:10 UTC, Kimura Fuyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2003-09-12 06:10:05 UTC
"/usr/local/etc/rc.d/ddclient.sh stop" doesn't work since
it uses killall and:

$ ps ax|grep ddclient
52085  p2  I      0:00.05 /usr/local/bin/perl -w /usr/local/sbin/ddclient -daemon 300

Fix: cvs diff: Diffing .
cvs diff: Diffing files
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-09-24 16:07:37 UTC
State Changed
From-To: open->closed

Committed, thanks!