Bug 56176 - Update port: net/ez-ipupdate (add a startup script)
Summary: Update port: net/ez-ipupdate (add a 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: Stefan Eßer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-30 08:20 UTC by Kimura Fuyuki
Modified: 2003-09-05 21:14 UTC (History)
0 users

See Also:


Attachments
file.diff (1.93 KB, patch)
2003-08-30 08:20 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-08-30 08:20:16 UTC
Add an rcng-style script to start/stop a daemon.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-08-30 08:21:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->se

Over to maintainer
Comment 2 Stefan Eßer freebsd_committer freebsd_triage 2003-09-04 11:06:00 UTC
Fuyuki-san,

thanks for sending the patch. I want to commit it, but one details
must be changed: There are hard-coded uses of /usr/local in the file,
which should be replaced by $PREFIX (but I'm not sure, whether that
value is passed in to a startup-script or must be created in the way
old-style startup scripts in $PREFIX/etc/rc.d used to do).

It will take me a few days to check this (do you happen to know the
answer ?).

I plan to commit your patch before the code freeze (Sep. 10th).

Thank you for creating and sending the rcNG startup file!

Best regards, STefan
Comment 3 Kimura Fuyuki 2003-09-04 21:36:58 UTC
At Thu, 4 Sep 2003 12:06:00 +0200,
Stefan E=DFer <se@FreeBSD.org> wrote:
>=20
> thanks for sending the patch. I want to commit it, but one details
> must be changed: There are hard-coded uses of /usr/local in the file,
> which should be replaced by $PREFIX (but I'm not sure, whether that
> value is passed in to a startup-script or must be created in the way
> old-style startup scripts in $PREFIX/etc/rc.d used to do).

They are properly replaced in Makefile, but it will be cleaner to use
%%PREFIX%% or something (see net/openldap22). The reason that I didn't
do so is that testing is very easy if the script can be run without
"make install".
Comment 4 Stefan Eßer freebsd_committer freebsd_triage 2003-09-05 21:12:58 UTC
State Changed
From-To: open->closed

Committed with a small change (PREFIX determined at run time).