[csw-devel] SF.net SVN: gar:[9932] csw/mgar/pkg/coreutils/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu May 20 02:34:17 CEST 2010


Revision: 9932
          http://gar.svn.sourceforge.net/gar/?rev=9932&view=rev
Author:   bdwalton
Date:     2010-05-20 00:34:17 +0000 (Thu, 20 May 2010)

Log Message:
-----------
coreutils: prototype filter to ensure gsu delivered setuid

Modified Paths:
--------------
    csw/mgar/pkg/coreutils/trunk/Makefile

Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile	2010-05-20 00:12:44 UTC (rev 9931)
+++ csw/mgar/pkg/coreutils/trunk/Makefile	2010-05-20 00:34:17 UTC (rev 9932)
@@ -45,6 +45,8 @@
 # required for eaccess and not picked up automatically.
 EXTRA_LDFLAGS = -lgen
 
+PROTOTYPE_FILTER  = awk '$$$$3 == "/opt/csw/bin/gsu" { $$$$4 = "4555" }; { print }'
+
 ifneq ($(GARVERSION), 8.4)
 TEST_TARGET = check
 else


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list