Difference: PsmPackageSystem (2 vs. 3)

Revision 32008-02-27 - WolfgangHeidrich

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

Description

Line: 26 to 26
 if ("$OS_DIST" == 'Linux') then if (-f /etc/SuSE-release) then # If Suse
Changed:
<
<
set OS_NAME='Suse'
>
>
set OS_NAME='SuSE' if { fgrep -q openSUSE /etc/SuSE-release >& /dev/null } then set OS_VERS=`head -n 1 /etc/SuSE-release | sed 's/[\(\)]//g' | awk '{print "_" $3 "-" $2}'` else
  set OS_VERS=`head -n 1 /etc/SuSE-release | awk '{print $3; }'`
Added:
>
>
endif
  else if (-f /etc/fedora-release) then # If Fedora set OS_NAME='Fedora'
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback