From 861373e04bc84bbb2c679c125b7bab320543aebf Mon Sep 17 00:00:00 2001 From: Rusmir Dusko Date: Sat, 14 Sep 2013 12:35:26 +0000 Subject: - Update to 6.40 - Change maintainer email gmx.ch --> FreeBSD.org - Add desktop dependency - Trim dependency for python - Add OPTIONS_SUB - Trim NLS - Trim files/pc-su to newest from PC-BSD Approved by: wg/pawel (mentors) --- security/zenmap/files/pc-su | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/zenmap/files') diff --git a/security/zenmap/files/pc-su b/security/zenmap/files/pc-su index ceccaace603c..87c6ea74a21b 100644 --- a/security/zenmap/files/pc-su +++ b/security/zenmap/files/pc-su @@ -5,10 +5,10 @@ if [ `id -r -u` != "0" ] ; then VARS="`echo $@`" - # Try qsu first, should always be the default - which qsu >/dev/null 2>/dev/null + # Try qsudo first, should always be the default + which qsudo >/dev/null 2>/dev/null if [ $? -eq 0 ] ; then - qsu $VARS + qsudo $VARS exit $? fi -- cgit v1.2.3