aboutsummaryrefslogtreecommitdiff
path: root/net/lanbrowsing/files/lisa.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix USE_RC_SUBR usage [1]Max Brazhnikov2010-03-271-22/+0
| | | | | | | | | Clean up a bit while I'm here. Pointed out by: dougb@ via maillist [1] Notes: svn path=/head/; revision=251583
* 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
* We don't check the FreeBSD KEYWORD, so remove it for pedantic purposes.Doug Barton2009-02-111-1/+0
| | | | Notes: svn path=/head/; revision=228067
* Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock2007-07-041-0/+1
| | | | Notes: svn path=/head/; revision=194883
* Another round of the periodic sweep for removal of theDoug Barton2007-02-261-1/+0
| | | | | | | | | | | | KEYWORD: FreeBSD scourge. We have ignored this keyword for a long time now, so this is a non-functional change (therefore no PORTREVISION bumps). Insert a $FreeBSD tag where needed, and adjust a comment in mail/milter-regex to match reality. Notes: svn path=/head/; revision=186045
* KDE 3.5.4 / KOffice 1.5.2Michael Nottebrock2006-09-121-0/+1
| | | | Notes: svn path=/head/; revision=172898
* Remove a new crop of the long-spurious FreeBSD KEYWORDs.Doug Barton2006-07-101-1/+0
| | | | Notes: svn path=/head/; revision=167373
* Update to KDE 3.5.2Michael Nottebrock2006-03-301-0/+1
| | | | Notes: svn path=/head/; revision=158431
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | 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
* Update to KDE 3.5.1.Michael Nottebrock2006-02-011-1/+1
| | | | Notes: svn path=/head/; revision=154984
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* Factor out the lanbrowsing part of kdenetwork3 into its own port.Michael Nottebrock2004-09-031-0/+23
Notes: svn path=/head/; revision=118052