From: chas w. <ch...@us...> - 2009-08-03 14:30:24
|
Update of /cvsroot/linux-atm/linux-atm/src/config In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29610/src/config Modified Files: Tag: V2_5_1 Makefile.am Log Message: pull down updates from the HEAD into 2.5.1 Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/config/Makefile.am,v retrieving revision 1.2.2.1.2.1 retrieving revision 1.2.2.1.2.2 diff -C2 -d -r1.2.2.1.2.1 -r1.2.2.1.2.2 *** Makefile.am 10 Jan 2008 18:55:51 -0000 1.2.2.1.2.1 --- Makefile.am 3 Aug 2009 14:30:14 -0000 1.2.2.1.2.2 *************** *** 2,4 **** --- 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 |