From d4eae248fc3499866ff557806dc95e19f9c41643 Mon Sep 17 00:00:00 2001 From: dougb Date: Sun, 15 May 2011 02:49:17 +0000 Subject: Remove painful examples of foo="", with particular prejudice against constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps --- net/ifstated/files/ifstated.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'net/ifstated') diff --git a/net/ifstated/files/ifstated.in b/net/ifstated/files/ifstated.in index b141c550f61e..8da538bef68f 100644 --- a/net/ifstated/files/ifstated.in +++ b/net/ifstated/files/ifstated.in @@ -48,8 +48,6 @@ command_args="-p \"${pidfile}\"" load_rc_config $name : ${ifstated_enable:="NO"} -: ${ifstated_flags:=""} -: ${ifstated_profiles:=""} if [ -n "$2" ] then -- cgit 44/cgit/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pmccabe
Commit message (Expand)AuthorAgeFilesLines
* Convert most NO_INSTALL_MANPAGES to USES=imake:nomanantoine2014-08-191-4/+2
* Support stagingehaupt2014-02-192-8/+13
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1