The following reply was made to PR conf/166484; it has been noted by GNATS.
From: Chris Rees <[email protected]> To: "[email protected]" <[email protected]> Cc: Subject: Re: conf/166484: [rc] [patch] rc.initdiskless patch for different major versions living together Date: Sun, 4 Nov 2012 12:21:22 +0000 I think this is a great idea. My only concern is the backslashitis in the finding of $rel, and also the fact that it won't catch 10 properly :) Instead of: rel=`expr \`uname -r\` : '\(.\)'` try: rel=$(expr `uname -r` : '\([0-9][0-9]*\)') Does anyone else have any opinions? Chris _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-rc To unsubscribe, send any mail to "[email protected]"
