rpms/openafs/devel afs.conf,1.2,1.3

Ken Dreyer ktdreyer at rpmfusion.org
Thu Mar 8 22:11:39 CET 2012


Author: ktdreyer

Update of /cvs/free/rpms/openafs/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7799

Modified Files:
	afs.conf 
Log Message:
tack on a sysname value from /usr/bin/sys, for compatability.

See https://lists.openafs.org/pipermail/openafs-info/2012-March/037771.html



Index: afs.conf
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/afs.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- afs.conf	4 Nov 2010 21:29:09 -0000	1.2
+++ afs.conf	8 Mar 2012 21:11:39 -0000	1.3
@@ -34,9 +34,10 @@
 # mess from RHEL
 _REL=`/bin/rpm -qf --qf '%{version}\n' /etc/${_DIST}-release | sed 's/\([0-9]\+\)[a-zA-Z]\+/\1/'`
 
-# Sysname list.  The order here is from specific to general.  This
-# will be used as the sysname search path.
-SYSNAMELIST="${_ARCH}_${_DIST}_${_REL} ${_ARCH}_linux${_KERN}"
+# Sysname list.  The order here is from specific to general, with a
+# fallback to the compiled-in value from /usr/bin/sys.  This will be
+# used as the sysname search path.
+SYSNAMELIST="${_ARCH}_${_DIST}_${_REL} ${_ARCH}_linux${_KERN} $(/usr/bin/sys)"
 
 # Set to "-verbose" for a lot of debugging information from afsd. Only
 # useful for debugging as it prints _a lot_ of information.



More information about the rpmfusion-commits mailing list