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 --- emulators/virtualbox-ose-additions/files/vboxservice.in | 1 - 1 file changed, 1 deletion(-) (limited to 'emulators/virtualbox-ose-additions') diff --git a/emulators/virtualbox-ose-additions/files/vboxservice.in b/emulators/virtualbox-ose-additions/files/vboxservice.in index cdf0cb7903e1..85a235fd2da1 100644 --- a/emulators/virtualbox-ose-additions/files/vboxservice.in +++ b/emulators/virtualbox-ose-additions/files/vboxservice.in @@ -21,6 +21,5 @@ command="%%PREFIX%%/sbin/VBoxService" load_rc_config $name : ${vboxservice_enable="NO"} -: ${vboxservice_flags=""} run_rc_command "$1" -- cgit