ispman Makefile,1.57,1.58
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman In directory sc8-pr-cvs1:/tmp/cvs-serv14640 Modified Files: Makefile Log Message: adding nls.conf to list of files to be installed Index: Makefile =================================================================== RCS file: /cvsroot/ispman/ispman/Makefile,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- Makefile 12 Jan 2004 17:18:12 -0000 1.57 +++ Makefile 13 Jan 2004 22:47:02 -0000 1.58 @@ -164,6 +164,7 @@ cp -r locale/* $(ISPMAN_INSTALL_PATH)/locale/ cp -r install-data/templates/* $(ISPMAN_INSTALL_PATH)/templates/ 2>/dev/null cp -r tmp/conf/ispman.conf $(ISPMAN_INSTALL_PATH)/conf/ 2>/dev/null + cp -r install-data/nls.conf $(ISPMAN_INSTALL_PATH)/conf/ 2>/dev/null chmod 755 $(ISPMAN_INSTALL_PATH)/bin/* test -f $(ISPMAN_INSTALL_PATH)/bin/ispman.domainmail && chmod 700 $(ISPMAN_INSTALL_PATH)/bin/ispman.domainmail || true test -f $(ISPMAN_INSTALL_PATH)/bin/ispman.listAdmins && chmod 700 $(ISPMAN_INSTALL_PATH)/bin/ispman.listAdmins || true ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html