瀏覽代碼

stop processing if we cannot create the necessary user accounts

Ralf S. Engelschall 22 年之前
父節點
當前提交
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