1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Bruce M Simpson
4e78be6c65 Update port for XORP 1.5 release. 2008-07-23 15:08:42 +00:00
Bruce M Simpson
0a8bc35b51 Fix a typo. 2008-05-14 10:15:01 +00:00
Bruce M Simpson
753bfb85ea Rewrite the RC script.
The xorp port will now log to /var/log/xorp_rtrmgr.log by default, and
the xorp_rtrmgr process will be run under daemon(8) to detach it from
the controlling terminal.
2008-05-14 10:02:37 +00:00
Bruce M Simpson
86456aaef7 Patch xorp.in startup script so that it may be used out-of-the-box.
PR:		ports/116367
Submitted by:	Radim Kolar
2008-01-03 12:25:40 +00:00
Bruce M Simpson
370410c6e4 Update to new release 1.4. 2007-03-22 20:46:49 +00:00
Bruce M Simpson
c8fe92a337 Fix build of IPFW2 support on amd64 (deal with ioctl argument size
differences vs i386).
2007-01-10 20:19:29 +00:00
Bruce M Simpson
4af0efe66d Fix for xorp rc.d script. This is not the correct fix -- a more elegant
answer to the problem of wrapping the rtrmgr is needed. This only fixes
the issues described by the submitter and is not complete.

Submitted by:	Claus Endres
PR:		ports/105055
2006-11-02 13:08:09 +00:00
Bruce M Simpson
967ce18b9b Merge a number of fixes for the XORP port:
Expand %%PREFIX%% in the rc script.
 Create the group 'xorp' when the package is installed.
 Fix the snmpd configure check and MIB module installation.
 Fix the pkg-plist.

Note that as the XORP automake install target does not adhere to
hier(7), it may be desirable to specify PREFIX when building and/or
installing the port.

PR:		ports/103879
Submitted by:	Benjamin Black <ben@layer8.net>
2006-10-05 17:01:12 +00:00
Bruce M Simpson
02fd15a3ef Add a port of the eXtensible Open Router Project, version 1.3. 2006-09-22 12:16:47 +00:00