Annotation of loncom/build/Makefile.deprecated, revision 1.1

1.1     ! harris41    1: # Deprecated Makefile targets
        !             2: 
        !             3: help_TARGETS:
        !             4: 	@echo "setup_RPM: build LON-CAPA-setup RPM from CVS repository"
        !             5: 	@echo "           handy for CD-ROM generation"
        !             6: 
        !             7: setup_RPM:
        !             8: 	echo "SetupBinaryRoot/etc/passwd" > setup_rpm_file_list.txt
        !             9: 	echo "SetupBinaryRoot/etc/group" >> setup_rpm_file_list.txt
        !            10: 	echo "SetupBinaryRoot/etc/hosts.deny" >> setup_rpm_file_list.txt
        !            11: 	echo "SetupBinaryRoot/home/www" >> setup_rpm_file_list.txt
        !            12: 	echo "SetupBinaryRoot/etc/pam.d/passwd" >> setup_rpm_file_list.txt
        !            13: 	echo "SetupBinaryRoot/etc/pam.d/login" >> setup_rpm_file_list.txt
        !            14: 	perl setup_rpm_binaryroot.pl
        !            15: 	cat setup_rpm_file_list.txt | perl make_rpm.pl setup 3.2 '' '' \
        !            16: 	SetupBinaryRoot customizerpm.xml
        !            17: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>