[Nagiosplug-checkins] CVS: nagiosplug/pkg/solaris pkginfo.in,1.2,1.3 solpkg,1.1,1.2
Ton Voon
tonvoon at users.sourceforge.net
Wed May 14 14:40:11 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/pkg/solaris
In directory sc8-pr-cvs1:/tmp/cvs-serv22346/pkg/solaris
Modified Files:
pkginfo.in solpkg
Log Message:
Remove dependency on gnu make
Index: pkginfo.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/pkg/solaris/pkginfo.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** pkginfo.in 24 Mar 2003 17:45:00 -0000 1.2
--- pkginfo.in 14 May 2003 21:39:48 -0000 1.3
***************
*** 8,12 ****
EMAIL="nagiosplug-devel at lists.sourceforge.net"
PSTAMP="nag at REV_TIMESTAMP@"
! BASEDIR="/usr/local"
CLASSES="none"
--- 8,12 ----
EMAIL="nagiosplug-devel at lists.sourceforge.net"
PSTAMP="nag at REV_TIMESTAMP@"
! BASEDIR="/"
CLASSES="none"
Index: solpkg
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/pkg/solaris/solpkg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** solpkg 23 Mar 2003 07:01:20 -0000 1.1
--- solpkg 14 May 2003 21:39:48 -0000 1.2
***************
*** 19,23 ****
if ($pwd eq "");
! open (PREPROTO,"$find . -print |$pkgproto |") ||
die "Unable to read prototype information ($!)\n";
open (PROTO,">$prototype") ||
--- 19,23 ----
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