]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- up to 2.6.1p1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 3 Jul 2009 19:07:44 +0000 (19:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda-bashizm.patch -> 1.6
    amanda-chg-zd-mtx-sh.patch -> 1.4
    amanda.spec -> 1.189

amanda-bashizm.patch
amanda-chg-zd-mtx-sh.patch
amanda.spec

index c2bbbf35e4c97ca0525a911abda6f4b883aeeaa2..93b42794117b6a50f45c02739027fb92be94e89b 100644 (file)
        AC_PATH_PROG(SAMBA_CLIENT,smbclient,,$LOCSYSPATH)
        smbversion=0
        if test ! -z "$SAMBA_CLIENT"; then
--        case "`\"$SAMBA_CLIENT\" '\\\\not.a.host.name\\notashare' -U nosuchuser -N -Tx /dev/null 2>&1`" in
-+        case "`$SAMBA_CLIENT '\\\\not.a.host.name\\notashare' -U nosuchuser -N -Tx /dev/null 2>&1`" in
+-        case "`\"$SAMBA_CLIENT\" '\\\\nosuchhost.amanda.org\\notashare' -U nosuchuser -N -Tx /dev/null 2>&1`" in
++        case "`$SAMBA_CLIENT '\\\\nosuchhost.amanda.org\\notashare' -U nosuchuser -N -Tx /dev/null 2>&1`" in
          *"Unknown host"*)
                      smbversion=1
                      ;;
---- amanda-2.6.0/changer-src/chg-zd-mtx.sh~    2008-05-14 17:36:20.000000000 +0200
-+++ amanda-2.6.0/changer-src/chg-zd-mtx.sh     2008-05-15 15:03:59.000000000 +0200
-@@ -797,7 +797,7 @@
- max_drive_wait=${max_drive_wait:-'120'}                       # default: two minutes
- # check MT and MTX for sanity
--if test "${MTX:0:1}" = "/"; then
-+if test "${MTX#/}" != "$MTX"; then
-     if ! test -f "${MTX}"; then
-       Exit 2 \
-           `_ '<none>'` \
---- amanda-2.6.0/server-src/amcleanup.sh~      2008-01-18 01:31:25.000000000 +0100
-+++ amanda-2.6.0/server-src/amcleanup.sh       2008-05-21 13:45:10.000000000 +0200
-@@ -75,7 +75,7 @@
- #   after receiving SIGTERM,  if yes send SIGKILL  
- #
--function killpid() {
-+killpid() {
- killPID=$1
- SIGTERM=15
index 113009285cc62063412c211b1dc8a7b8b56082eb..f18074a280ad157849b7d53704c2a6a05af2c11c 100644 (file)
@@ -1,6 +1,7 @@
---- amanda-2.6.0/changer-src/chg-zd-mtx.sh.orig        2008-01-18 01:31:16.000000000 +0100
-+++ amanda-2.6.0/changer-src/chg-zd-mtx.sh     2008-05-07 13:00:14.000000000 +0200
-@@ -361,7 +361,7 @@
+diff -ur amanda-2.6.1p1/changer-src/chg-zd-mtx.sh amanda-2.6.1p1-sh/changer-src/chg-zd-mtx.sh
+--- amanda-2.6.1p1/changer-src/chg-zd-mtx.sh   2008-12-16 21:46:41.000000000 +0100
++++ amanda-2.6.1p1-sh/changer-src/chg-zd-mtx.sh        2009-07-03 21:00:25.379617588 +0200
+@@ -364,7 +364,7 @@
  
  internal_call=0
  Exit() {
@@ -9,7 +10,7 @@
                call_type=Return
        else
                call_type=Exit
-@@ -373,7 +373,7 @@
+@@ -376,7 +376,7 @@
        exit_answer="$@"
        Log $call_type "($code) -> $exit_slot $@"
        echo "$exit_slot" "$@"
@@ -17,8 +18,8 @@
 +      if [ "$call_type" = "Return" ]; then
                return $code
        fi
-       amgetconf dbclose.$argv0:$DBGFILE > /dev/null 2>&1
-@@ -390,12 +390,12 @@
+       amgetconf dbclose.$myname:$DBGFILE > /dev/null 2>&1
+@@ -393,12 +393,12 @@
        "$@" > $stdout 2> $stderr
        exitcode=$?
        Log `_ 'Exit code: %s' "$exitcode"`
@@ -33,7 +34,7 @@
        then
                LogAppend Stderr:
                cat $stderr >> $DBGFILE
-@@ -422,13 +422,13 @@
+@@ -425,13 +425,13 @@
  mtx_status_valid=0
  get_mtx_status() {
        test -n "$DEBUG" && set -x
@@ -48,8 +49,8 @@
 +      if [ "$status" -eq 0 ]; then
                mtx_status_valid=1
        fi
-       return $status
-@@ -489,7 +489,7 @@
+@@ -503,7 +503,7 @@
        fi
  
        #Use the current slot if it's empty and we don't know which slot is loaded'
@@ -58,7 +59,7 @@
                set x `sed -n '
  {
      /^.*Storage Element '$currentslot':Empty/ {
-@@ -512,13 +512,13 @@
+@@ -526,13 +526,13 @@
  ' < $mtx_status 2>& 1`
                shift                           # get rid of the "x"
                loadedslotx=$1
@@ -74,7 +75,7 @@
                set x `sed -n '
  {
      /^.*Storage Element \([0-9][0-9]*\):Empty/ {
-@@ -586,27 +586,27 @@
+@@ -606,27 +606,27 @@
  }
  ' < $mtx_status 2>&1 | grep -v "^${cleanslot}\$" | sort -n`
        slot_list=`echo $slot_list`             # remove the newlines
                        Exit 2 \
                             `_ '<none>'` \
                             `_ 'cannot determine last slot'`
-@@ -615,7 +615,7 @@
+@@ -635,7 +635,7 @@
        fi
        amanda_slot_list=
        for slot in $slot_list; do
                        amanda_slot_list="$amanda_slot_list $slot"
                fi
        done
-@@ -652,7 +652,7 @@
+@@ -671,7 +671,7 @@
+                            `_ 'Line %s malformed in %s: %s %s %s' "$line" "$labelfile" "$lbl" "$bc" "$junk"`
+                       return $?               # in case we are internal
+               fi
+-              if [ $lbl = "$lbl_search" -o $bc = "$bc_search" ]; then
++              if [ "$lbl" = "$lbl_search" -o "$bc" = "$bc_search" ]; then
+                       if [ $labelfile_entry_found -ne 0 ]; then
+                               Log       `_ 'ERROR    -> Duplicate entries: %s line %s' "$labelfile" "$line"`
+                               LogAppend `_ '         -> Remove %s and run "%s %s update"' "$labelfile" "$sbindir/amtape" "$config"`
+@@ -860,7 +860,7 @@
          Exit 2 \
               ` _ '<none>'` \
               "tapedev $rawtape is not a tape device."
        Exit 2 \
             `_ '<none>'` \
             "tapedev ($tape) may not be the null device"
-@@ -663,7 +663,7 @@
+@@ -871,7 +871,7 @@
        Exit 2 \
             `_ '<none>'` \
             "changerdev may not be empty"
        Exit 2 \
             `_ '<none>'` \
             "changerdev ($TAPE) may not be the null device"
-@@ -676,19 +676,19 @@
+@@ -884,19 +884,19 @@
  #### Set up the various config files.
  
  conf_match=`expr "$changerfile" : .\*\.conf\$`
        Exit 2 \
             `_ '<none>'` \
             "configuration file \"$configfile\" is not a file"
-@@ -698,10 +698,10 @@
- accessfile=$changerfile-access
+@@ -907,10 +907,10 @@
  slotfile=$changerfile-slot
  labelfile=$changerfile-barcodes
+ slotinfofile=""
 -[ ! -s $cleanfile ] && echo 0 > $cleanfile
 -[ ! -s $accessfile ] && echo 0 > $accessfile
 -[ ! -s $slotfile ] && echo -1 > $slotfile
  cleancount=`cat $cleanfile`
  accesscount=`cat $accessfile`
  
-@@ -747,7 +747,7 @@
+@@ -957,7 +957,7 @@
  
  # Get DBGFILE set if it is not already.
  
        if [ -d "$DBGDIR" ]; then
                DBGFILE=$DBGDIR/changer.debug.drive$driveslot
        else
-@@ -827,9 +827,9 @@
+@@ -1037,9 +1037,9 @@
  
  Log `_ "Config info:"`
  for var in $varlist; do
 -      elif [ $var = "AUTOCLEAN" ]; then
 +      elif [ "$var" = "AUTOCLEAN" ]; then
                continue                        # old name
-       fi
-       eval val=\"'$'$var\"
-@@ -850,12 +850,12 @@
+       elif [ $var = "slotinfofile" ]; then
+               continue                        # not numeric
+@@ -1062,12 +1062,12 @@
  
  # Run the rest of the config file sanity checks.
  
        Exit 2 \
             `_ '<none>'` \
             `_ 'autoclean set but cleanslot not valid (%s)' "$cleanslot"`
-@@ -865,10 +865,10 @@
+@@ -1077,10 +1077,10 @@
  
  currentslot=`cat $slotfile`
  if IsNumeric "$currentslot" ; then
                Log `_ 'SETUP    -> current slot %s greater than %s ... resetting to %s' "$currentslot" "$lastslot" "$lastslot"`
                currentslot=$lastslot
        fi
-@@ -881,19 +881,19 @@
+@@ -1093,19 +1093,19 @@
  first_slot_in_list=-1
  next_slot_after_current=-1
  for slot in $slot_list; do
                new_currentslot=$first_slot_in_list
        else
                new_currentslot=$next_slot_after_current
-@@ -912,9 +912,9 @@
+@@ -1124,9 +1124,9 @@
        test -n "$DEBUG" && set -x
        Log `_ 'EJECT    -> ejecting tape from %s' "$tape"`
        get_loaded_info 
                          Run try_eject_device $tape
                fi
                sleep $unloadpause
-@@ -922,7 +922,7 @@
+@@ -1134,7 +1134,7 @@
                status=$?
                Log `_ '         -> status %s, result "%s"' "$status" "$result"`
                mtx_status_valid=0
                        answer="$result"
                        code=2
                else
-@@ -1001,7 +1001,7 @@
+@@ -1213,7 +1213,7 @@
        prev_slot=$1
        shift
        while [ $# -gt 0 ]; do
                        break
                fi
                prev_slot=$1
-@@ -1030,15 +1030,15 @@
+@@ -1242,15 +1242,15 @@
        # If the desired slot is already loaded, we are done.  Only update
        # current slot if this is not the cleaning slot.
        get_loaded_info
                Exit 0 "$loadedslot" "$rawtape"
                return $?                       # in case we are internal
          fi
-@@ -1046,20 +1046,20 @@
+@@ -1258,20 +1258,20 @@
        # If we are loading the cleaning tape, bump the cleaning count
        # and reset the access count.  Otherwise, bump the access count
        # and see if it is time to do a cleaning.
                                Exit $status "$loadslot" "$exit_answer"
                                return $?       # in case we are internal
                        fi
-@@ -1079,14 +1079,14 @@
+@@ -1291,14 +1291,14 @@
        eject > /dev/null 2>&1
        status=$?
        internal_call=`expr $internal_call - 1`
                        rm -f $slotfile
                        echo $loadslot > $slotfile
                fi
-@@ -1100,7 +1100,7 @@
+@@ -1312,7 +1312,7 @@
        status=$?
        Log `_ '         -> status %s, result "%s"' "$status" "$result"`
        mtx_status_valid=0
                Exit 2 "$loadslot" "$result"
                return $?                       # in case we are internal
        fi
-@@ -1110,7 +1110,7 @@
+@@ -1322,7 +1322,7 @@
        # for "long enough" (as determined empirically by the user),
        # then return success.
        ###
                Run sleep $cleancycle
                Exit 0 "$loadslot" "$rawtape"
                return $?                       # in case we are internal
-@@ -1122,7 +1122,7 @@
+@@ -1334,7 +1334,7 @@
        waittime=0
        ready=0
        sleep $initial_poll_delay
                  amdevcheck_status $tape
                if [ $? -eq 0 ]; then
                        ready=1
-@@ -1131,12 +1131,12 @@
+@@ -1343,12 +1343,12 @@
                sleep $poll_drive_ready
                waittime=`expr $waittime + $poll_drive_ready`
        done
 -      if [ $ready -eq 0 ]; then
 +      if [ "$ready" -eq 0 ]; then
-               Exit 2 "$loadslot" `_ 'Drive not ready after %s seconds, rewind said "%s"' "$max_drive_wait" "$result"`
+               Exit 2 "$loadslot" `_ 'Drive not ready after %s seconds: %s' "$max_drive_wait" "$amdevcheck_message"`
                return $?                       # in case we are internal
        fi
  
                rm -f $slotfile
                echo $loadslot > $slotfile
        fi
-@@ -1167,11 +1167,11 @@
+@@ -1379,11 +1379,11 @@
        # can search based on barcodes.
        ###
        reader=
                currentslot=$firstslot          # what "current" will get
        fi
        numslots=`expr $lastslot - $firstslot + 1`
-@@ -1202,7 +1202,7 @@
-                            `_ 'Line %s malformed in %s: %s %s %s' "$line" "$labelfile" "$lbl" "$bc" "$junk"`
-                       return $?               # in case we are internal
-               fi
--              if [ $lbl = "$lbl_search" -o $bc = "$bc_search" ]; then
-+              if [ "$lbl" = "$lbl_search" -o "$bc" = "$bc_search" ]; then
-                       if [ $labelfile_entry_found -ne 0 ]; then
-                               Log       `_ 'ERROR    -> Duplicate entries: %s line %s' "$labelfile" "$line"`
-                               LogAppend `_ '         -> Remove %s and run "%s %s update"' "$labelfile" "$sbindir/amtape" "$config"`
-@@ -1230,12 +1230,12 @@
-               return $?                       # in case we are internal
+@@ -1404,12 +1404,12 @@
        fi
          tapelabel=$1
--      if [ $havereader -eq 0 ]; then
-+      if [ "$havereader" -eq 0 ]; then
-               Exit 2 `_ '<none>'` `_ 'Not configured with barcode reader'`
-               return $?                       # in case we are internal
-       fi
          get_loaded_info
 -      if [ $loadedslot -lt 0 ]; then
 +      if [ "$loadedslot" -lt 0 ]; then
                Exit 1 `_ '<none>'` `_ 'No tape currently loaded'`
                return $?                       # in case we are internal
        fi
-@@ -1245,7 +1245,7 @@
+       record_label_in_slot "$tapelabel" "$loadedslot"
+-      if [ $havereader -eq 0 ]; then
++      if [ "$havereader" -eq 0 ]; then
+               Exit 0 "$loadedslot" "$rawtape" # that's all we needed
+               return $?                       # in case we are internal
+       fi
+@@ -1419,7 +1419,7 @@
        fi
        Log       `_ 'LABEL    -> Adding label "%s" with barcode "%s" for slot %s into %s' "$tapelabel" "$loadedbarcode" "$loadedslot" "$labelfile"`
        read_labelfile "$tapelabel" "$loadedbarcode" < $labelfile
                lf_val=
                if [ "$labelfile_barcode" != "$loadedbarcode" ]; then
                        lf_type=label
-@@ -1289,13 +1289,13 @@
+@@ -1465,13 +1465,13 @@
                return $?                       # in case we are internal
        fi
          tapelabel=$1
index 40df2b32cdd49add38225aa06a627ab371b6c854..17b06ab70d799b0aff1b68d4dec6d63bd6bd597e 100644 (file)
@@ -9,12 +9,12 @@
 Summary:       A network-capable tape backup solution
 Summary(pl.UTF-8):     Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
-Version:       2.6.0p2
-Release:       4
+Version:       2.6.1p1
+Release:       0.1
 License:       BSD
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
-# Source0-md5: 75dcba5a75327ebcd4f197a93b8e8c9c
+# Source0-md5: eae0a75f21aa708a8dccf9ea7ac1c631
 Source1:       %{name}-srv.crontab
 Source2:       %{name}.inetd
 Source3:       %{name}idx.inetd
@@ -28,7 +28,6 @@ Patch5:               %{name}-tapetypes.patch
 Patch6:                %{name}-FHS.patch
 Patch7:                %{name}-no-buildtime-ipv6.patch
 Patch8:                %{name}-heimdal.patch
-Patch9:                %{name}-amtoc.patch
 URL:           http://www.amanda.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
@@ -181,7 +180,6 @@ Wiązania perla dla Amandy.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
-%patch9 -p1
 
 %build
 %{__aclocal} -I config -I config/gettext-macros -I config/gnulib -I config/amanda -I config/macro-archive
This page took 0.12272 seconds and 4 git commands to generate.