[Nagiosplug-checkins] CVS: nagiosplug/pkg/solaris solpkg,1.3,1.4
Ton Voon
tonvoon at users.sourceforge.net
Wed Jun 4 14:19:05 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/pkg/solaris
In directory sc8-pr-cvs1:/tmp/cvs-serv25236
Modified Files:
solpkg
Log Message:
Remove /usr as well. Maybe this is best done by changing BASEDIR to
configure's prefix?
Index: solpkg
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/pkg/solaris/solpkg,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** solpkg 14 May 2003 21:49:58 -0000 1.3
--- solpkg 4 Jun 2003 21:17:58 -0000 1.4
***************
*** 20,24 ****
if ($pwd eq "");
! open (PREPROTO,"$find . -print |$egrep -v \"^.(/usr(/local)|/opt)?\$\" | $pkgproto |") ||
die "Unable to read prototype information ($!)\n";
open (PROTO,">$prototype") ||
--- 20,24 ----
if ($pwd eq "");
! open (PREPROTO,"$find . -print |$egrep -v \"^\.(/usr(/local)?|/opt)?\$\" | $pkgproto |") ||
die "Unable to read prototype information ($!)\n";
open (PROTO,">$prototype") ||
More information about the Commits
mailing list