aboutsummaryrefslogtreecommitdiff
path: root/sysutils/be_agent
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-3/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.Jason Helfman2011-12-301-12/+6
| | | | | | | | | | | | - DOWNLOAD_URL has changed (redirects to updated DOWNLOAD_URL) - Pet portlint PR: ports/163259 Submitted by: jgh (me) Approved by: maintainer (timeout), crees (mentor) Notes: svn path=/head/; revision=288279
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-4/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Distfile never detected in DISTDIR.Sergey Matveychuk2009-04-061-1/+5
| | | | | | | | | PR: ports/132698 Submitted by: az Approved by: maintainer timeout Notes: svn path=/head/; revision=231696
* Distfile must be fetched manually now.Tom McLaughlin2007-08-261-3/+15
| | | | | | | | PR: 110035 Submitted by: maintainer Notes: svn path=/head/; revision=198337
* Change RUN_DEPENDS with USE_LINUXVasil Dimov2006-09-151-1/+1
| | | | | | | Suggested by: netchild Notes: svn path=/head/; revision=173095
* Switch dependency from emulators/linux_base to emulators/linux_base-fc4Vasil Dimov2006-09-111-1/+1
| | | | | | | because the former is going to be removed. Notes: svn path=/head/; revision=172792
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Add be_agent, the Veritas Backup Exec (tm) UNIX Agent.Florent Thoumie2005-06-016-0/+125
PR: ports/81420 Submitted by: Tony Shadwick <numbski@hksilver.net> Notes: svn path=/head/; revision=136653