SPECS: env-update.spec - it also creates /etc/csh.env; rel 2

glen glen at pld-linux.org
Thu Aug 31 21:07:35 CEST 2006


Author: glen                         Date: Thu Aug 31 19:07:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- it also creates /etc/csh.env; rel 2

---- Files affected:
SPECS:
   env-update.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/env-update.spec
diff -u SPECS/env-update.spec:1.12 SPECS/env-update.spec:1.13
--- SPECS/env-update.spec:1.12	Thu Aug 31 17:51:05 2006
+++ SPECS/env-update.spec	Thu Aug 31 21:07:29 2006
@@ -3,7 +3,7 @@
 Summary(pl):	env-update - tworzenie /etc/profile.env z plików /etc/env.d
 Name:		env-update
 Version:	1.6.14
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Base
 Source0:	http://distfiles.gentoo.org/distfiles/rc-scripts-%{version}.tar.bz2
@@ -23,9 +23,9 @@
 %description
 This is env-update rip from gentoo's baselayout.
 
-env-update creates /etc/profile.env file from /etc/env.d files, so
-your shell is able to read initial env quickly even at high system
-loads.
+env-update creates /etc/profile.env and /etc/csh.env from the contents of
+/etc/env.d/, so your shell is able to read initial env quickly even at high
+system loads.
 
 %description -l pl
 Ten pakiet zawiera narzędzie env-update wyciągnięte z podstawowych
@@ -53,7 +53,7 @@
 install -p src/awk/{functions.awk,genenviron.awk} $RPM_BUILD_ROOT%{_libexecdir}
 install sbin/env-update.sh $RPM_BUILD_ROOT%{_sbindir}/env-update
 touch $RPM_BUILD_ROOT/var/cache/envcache
-touch $RPM_BUILD_ROOT%{_sysconfdir}/profile.env
+touch $RPM_BUILD_ROOT%{_sysconfdir}/{profile,csh}.env
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -68,6 +68,7 @@
 %{_libexecdir}/*.awk
 %ghost /var/cache/envcache
 %ghost %{_sysconfdir}/profile.env
+%ghost %{_sysconfdir}/csh.env
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -75,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/08/31 19:07:29  glen
+- it also creates /etc/csh.env; rel 2
+
 Revision 1.12  2006/08/31 15:51:05  glen
 - rel 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/env-update.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list