Просмотр исходного кода

stop processing if we cannot create the necessary user accounts

Ralf S. Engelschall 22 лет назад
Родитель
Сommit
497ad81f37
2 измененных файлов с 3 добавлено и 1 удалено
  1. 1 0
      openpkg/HISTORY
  2. 2 1
      openpkg/openpkg.spec

+ 1 - 0
openpkg/HISTORY

@@ -2,6 +2,7 @@
 2003
 ====
 
+20031113 stop processing if we cannot create the necessary user accounts
 20031107 fix usage of %pre in aux.wrapbin.sh -- was broken after recent work-offs
 20031102 upgrade to cURL 7.10.8
 20031031 upgrade to latest OSSP platform script version

+ 2 - 1
openpkg/openpkg.spec

@@ -39,7 +39,7 @@
 #   o any cc(1)
 
 #   the package version/release
-%define       V_openpkg  20031107
+%define       V_openpkg  20031113
 
 #   the used software versions
 %define       V_rpm      4.2.1
@@ -1256,6 +1256,7 @@ Provides:     openpkg = 1.3.1-1.3.1
                         (grep -v '^+:' $file.bak; echo $entry; grep '^+:' $file.bak) >$file
                         rm -f $file.bak >/dev/null 2>&1
                         eval $update
+                        [ $? -ne 0 ] && exit $?
                         ;;
                 esac
             fi