CVS log for ports/ftp/wzdftpd/files/wzdftpd.sh.in
Up to [FreeBSD] / ports / ftp / wzdftpd / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 14 08:55:44 2012 UTC (3 weeks, 6 days ago) by dougb
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
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.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:13:02 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Begin the process of deprecating sysutils/rc_subr by s#. %%RC_SUBR%%#. /etc/rc.subr#
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 15 16:55:43 2009 UTC (2 years, 6 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -6 lines
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.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:52:53 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed May 31 15:19:27 2006 UTC (5 years, 8 months ago) by novel
Branches: MAIN
Update to 0.7.2. PR: 98212 (based on) Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
