SPECS: freenx.spec - add default config

aredridel aredridel at pld-linux.org
Tue May 23 07:12:51 CEST 2006


Author: aredridel                    Date: Tue May 23 05:12:51 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add default config

---- Files affected:
SPECS:
   freenx.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/freenx.spec
diff -u SPECS/freenx.spec:1.18 SPECS/freenx.spec:1.19
--- SPECS/freenx.spec:1.18	Tue May 23 07:12:02 2006
+++ SPECS/freenx.spec	Tue May 23 07:12:45 2006
@@ -51,6 +51,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/nxserver
+install node.conf.sample $RPM_BUILD_ROOT%{_sysconfdir}/nxserver/node.conf
 
 install nx* $RPM_BUILD_ROOT%{_bindir}
 
@@ -74,7 +75,8 @@
 %defattr(644,root,root,755)
 %doc AUTHORS CONTRIB ChangeLog
 %attr(755,root,root) %{_bindir}/*
-%{_sysconfdir}/nxserver
+%dir %{_sysconfdir}/nxserver
+%config(noreplace) %{_sysconfdir}/nxserver/node.conf
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -82,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2006/05/23 05:12:45  aredridel
+- add default config
+
 Revision 1.18  2006/05/23 05:12:02  aredridel
 - up to 0.5.0 test
 - Xorg deps
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/freenx.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list