[Fedora-directory-commits] adminserver nsperl.mk,1.4,1.5

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Nov 10 01:13:01 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/adminserver
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13048/adminserver

Modified Files:
	nsperl.mk 
Log Message:
Bug(s) fixed: 172816
Bug Description: use system perl for AS PERL5; make files owned by AS uid
Reviewed by: Noriko (Thanks!)
Fix Description: 1) I made a similar fix to adminutil to use the system 
perl for the PERL5 macro on all Linux systems.  2) The files admpw, 
adm.conf, and console.conf are read and/or written by the httpd process, 
which is owned by the SSuser (default nobody), so they must be owned by 
that user.
Platforms tested: FC4
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: nsperl.mk
===================================================================
RCS file: /cvs/dirsec/adminserver/nsperl.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nsperl.mk	18 Aug 2005 18:57:33 -0000	1.4
+++ nsperl.mk	10 Nov 2005 01:12:54 -0000	1.5
@@ -80,18 +80,6 @@
 ifeq ($(OSVER), HP-UXB.10.10)	
 PERL5=/u/robobld/nsperl/hpux/nsperl
 endif
-ifeq ($(OSVER), Linux2.1)
-PERL5=/usr/bin/perl
-endif
-ifeq ($(OSVER), Linux2.2)
-PERL5=/usr/bin/perl
-endif
-ifeq ($(OSVER), Linux2.4)
-PERL5=/usr/bin/perl
-endif
-ifeq ($(OSVER), RHEL3)
-PERL5=/usr/bin/perl
-endif
-ifeq ($(OSVER), RHEL4)
-PERL5=/usr/bin/perl
+ifeq ($(BUILD_ARCH), Linux)
+PERL5=perl
 endif




More information about the Fedora-directory-commits mailing list