Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2013 17:17:55 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311988 - head/security/super
Message-ID:  <201302091717.r19HHtjh006772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Feb  9 17:17:54 2013
New Revision: 311988
URL: http://svnweb.freebsd.org/changeset/ports/311988

Log:
  FreeBSD string must be preceded by @comment
  
  Reported by:	stephen
  Pointy hat to:	me

Modified:
  head/security/super/pkg-plist

Modified: head/security/super/pkg-plist
==============================================================================
--- head/security/super/pkg-plist	Sat Feb  9 17:00:02 2013	(r311987)
+++ head/security/super/pkg-plist	Sat Feb  9 17:17:54 2013	(r311988)
@@ -1,4 +1,4 @@
-# $FreeBSD$
+@comment $FreeBSD$
 bin/setuid
 bin/super
 %%PORTEXAMPLES%%@unexec if cmp -s %D/etc/super.tab %D/%%EXAMPLESDIR%%/barebones.tab; then rm -f %D/etc/super.tab; fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302091717.r19HHtjh006772>