FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 1:01 PM BST
non port: mail/drac/files/dracd.sh.in
CVSWeb

Number of commits found: 9

Sat, 14 Jan 2012
[ 08:57 dougb ] Original commit 
1.3 sysutils/freqsdwn/files/000.freqshpk.sh.in
1.3 www/zerowait-httpd/files/0W-httpd.in
1.3 mail/popular/files/0ringd.sh.in
1.5 sysutils/3dm/files/3dm2.sh.in
1.3 net/3proxy/files/3proxy.sh.in
1.7 mail/assp/files/510.assp.in
1.4 sysutils/915resolution/files/915resolution.sh.in
1.3 www/webobjects/files/JavaMonitor.sh.in
1.3 sysutils/lcdproc/files/LCDd.in
1.3 www/abyssws/files/abyssws.sh.in

(Only the first 10 of 951 ports in this commit are shown above. View all ports for this commit)
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Sat, 27 Mar 2010
[ 00:15 dougb ] Original commit 
1.2 sysutils/freqsdwn/files/000.freqshpk.sh.in
1.2 www/zerowait-httpd/files/0W-httpd.in
1.2 mail/popular/files/0ringd.sh.in
1.3 sysutils/3dm/files/3dm2.sh.in
1.2 net/3proxy/files/3proxy.sh.in
1.3 sysutils/915resolution/files/915resolution.sh.in
1.2 www/webobjects/files/JavaMonitor.sh.in
1.2 sysutils/lcdproc/files/LCDd.in
1.2 www/abyssws/files/abyssws.sh.in
1.2 sysutils/afbinit/files/afbinit.sh.in

(Only the first 10 of 798 ports in this commit are shown above. View all ports for this commit)
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Wed, 15 Jul 2009
[ 16:56 dougb ] Original commit 
1.2 net/rp-pppoe/files/04pppoe-relay.sh.sample
1.2 net/rp-pppoe/files/04pppoe-server.sh.sample
1.7 security/amavisd-milter/files/amavisd-milter.sh.in
1.2 mail/antivirus-milter/files/antivirus-milter.sh.in
1.2 www/apache13+ipv6/files/apache.in
1.2 www/apache13-modperl/files/apache.in
1.3 www/apache13-ssl/files/apache.in
1.2 www/apache13/files/apache.in
1.4 www/apache20/files/apache2.sh.in
1.3 www/apache22/files/apache22.in

(Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 22 Nov 2006
[ 01:23 koitsu ] Original commit 
1.25 mail/drac/Makefile
1.6 mail/drac/files/dracd.sh.in
1.4 mail/drac/pkg-descr
1.2 mail/drac/pkg-message
- Fixups for rc.subr dracd script (likely did not work without
  some dracd_xxx variables already defined in rc.conf)
- Add new FTP mirror, since mirrors for this are few
- Remove pkg-message; that notice has been around long enough :)
- Grammatical fixes/wording in pkg-descr
- Take over as maintainer of this port

PR:             ports/105722
Reviewed by:    philip
Approved by:    philip
Thu, 23 Mar 2006
[ 15:53 flz ] Original commit 
1.22 mail/drac/Makefile
1.5 mail/drac/files/dracd.sh.in
Remove dracd_flags completely since it's used automatically.

Noticed by:     mnag
[ 15:31 flz ] Original commit 
1.21 mail/drac/Makefile
1.4 mail/drac/files/dracd.sh.in
Fix quote issue in the startup script.

Noticed by:     Troy <troy@twisted.net>
Fix by:         Jeremy Chadwick <freebsd@jdc.parodius.com>
Mon, 20 Feb 2006
[ 20:47 dougb ] Original commit 
1.2 sysutils/3dm/files/3dm2.sh.in
1.2 security/amavisd-new/files/amavis-milter.sh.in
1.5 security/amavisd/files/amavisd-milter.sh
1.5 security/amavisd-milter/files/amavisd-milter.sh.in
1.6 security/amavisd/files/amavisd.sh
1.3 security/amavisd-new/files/amavisd.sh.in
1.2 www/amphetadesk/files/amphetadesk.sh
1.2 net-p2p/amule2/files/amuled.sh
1.4 www/aolserver/files/aolserver.sh.in
1.6 www/apache13+ipv6/files/apache.sh

(Only the first 10 of 267 ports in this commit are shown above. View all ports for this commit)
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Fri, 20 May 2005
[ 14:58 pav ] Original commit 
1.20 mail/drac/Makefile
1.2 mail/drac/files/dracd.sh.in
- Add dracd_flags to rc script, useful for changing the default dracdb path and
  expire time.

PR:             ports/81222
Submitted by:   Shane Wadleigh <jondoor@udor.net>
Fri, 22 Apr 2005
[ 13:51 vs ] Original commit 
1.19 mail/drac/Makefile
1.5 mail/drac/files/dracd.sh
1.1 mail/drac/files/dracd.sh.in
1.5 mail/drac/pkg-plist
No need to substitute variables in rc-script by hand

Number of commits found: 9

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 6
new 48 hours20
new 7 days63
new fortnight185
new month257

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.067 seconds.