rpms/which/devel which2.csh, NONE, 1.1 which2.sh, NONE, 1.1 which.spec, 1.20, 1.21 which-2.csh, 1.4, NONE

Than Ngo (than) fedora-extras-commits at redhat.com
Tue Nov 27 22:50:38 UTC 2007


Author: than

Update of /cvs/extras/rpms/which/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9434

Modified Files:
	which.spec 
Added Files:
	which2.csh which2.sh 
Removed Files:
	which-2.csh 
Log Message:
fix permission which-2 scripts



--- NEW FILE which2.csh ---
# Initialization script for csh

# export AFS if you are in AFS environment
alias which 'alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'


--- NEW FILE which2.sh ---
# Initialization script for bash and sh

# export AFS if you are in AFS environment
alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'


Index: which.spec
===================================================================
RCS file: /cvs/extras/rpms/which/devel/which.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- which.spec	27 Nov 2007 22:43:25 -0000	1.20
+++ which.spec	27 Nov 2007 22:50:02 -0000	1.21
@@ -5,8 +5,8 @@
 License: GPLv2
 Group: Applications/System
 Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz
-Source1: which-2.sh
-Source2: which-2.csh
+Source1: which2.sh
+Source2: which2.csh
 Url: http://www.xs4all.nl/~carlo17/which/
 Patch: which-2.13-afs.patch
 Patch1: which-2.14-broken.patch
@@ -54,7 +54,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING EXAMPLES README AUTHORS NEWS
-%attr(0644,root,root) %{_sysconfdir}/profile.d/which-2.*
+%attr(0644,root,root) %{_sysconfdir}/profile.d/which2.*
 %{_bindir}/*
 %{_infodir}/which.info.gz
 %{_mandir}/*/*


--- which-2.csh DELETED ---




More information about the fedora-extras-commits mailing list