Revision: 6823
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6823&view=rev
Author:   owes
Date:     2012-11-02 17:45:19 +0000 (Fri, 02 Nov 2012)
Log Message:
-----------
Change kernel version retrieval to be able to create ID maps again.

Modified Paths:
--------------
    ipcop/trunk/tools/prepareIDmap.sh

Modified: ipcop/trunk/tools/prepareIDmap.sh
===================================================================
--- ipcop/trunk/tools/prepareIDmap.sh   2012-11-02 17:42:06 UTC (rev 6822)
+++ ipcop/trunk/tools/prepareIDmap.sh   2012-11-02 17:45:19 UTC (rev 6823)
@@ -9,7 +9,7 @@
 # 
 
 
-KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
+KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }' | tr -d '\n'; grep 
--max-count=1 IPCOPKRELEASE lfs/linux | awk '{ print $3 }'`
 if [ -z $KVER ]; then
   echo "I'm confused (Kernel version not found), please run me from top level 
with ./tools/prepareIDmap.sh"
   exit 0

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to