From: chas w. <ch...@us...> - 2010-12-20 21:04:31
|
Update of /cvsroot/linux-atm/linux-atm/src/config In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv32003/src/config Modified Files: Tag: V2_5_2 Makefile.am Log Message: Allow the sysconf_DATA to install hosts.atm instead of overriding automake. Reported-by: Philip Prindeville <phi...@re...> Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/config/Makefile.am,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** Makefile.am 30 Nov 2009 16:56:52 -0000 1.4 --- Makefile.am 20 Dec 2010 21:04:22 -0000 1.4.2.1 *************** *** 2,10 **** init-redhat/ifcfg-atm0 init-redhat/ifcfg-lec0 init-redhat/ifcfg-nas0 - install-exec-local: - -cp hosts.atm /etc - - uninstall-local: - -rm /etc/hosts.atm - sysconf_DATA = hosts.atm --- 2,4 ---- |