From 3c1a574b306c4b70dbaaa50e5d4aa68911091b44 Mon Sep 17 00:00:00 2001
From: Alan Jack Pippin <ajp@pippin.(none)>
Date: Wed, 22 Feb 2006 11:08:10 -0700
Subject: [PATCH] Changed the findformat to use %T (modified time) instead of
 %C (status change time).

---
 scripts/pack-image.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/pack-image.sh b/scripts/pack-image.sh
index ea702a5..67f2054 100755
--- a/scripts/pack-image.sh
+++ b/scripts/pack-image.sh
@@ -66,7 +66,7 @@ echo "excludedirs: $excludedirs"
 echo "-> Running find to get the status of files"
 {
   for type in d f l; do
-    findformat="$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS 0 %p\0"
+    findformat="$type %#m %u %g %s %TY%Tm%Td%TH%TM%TS 0 %p\0"
     if [ -z "$excludedirs" ]; then
       find $backupdirs -type $type -printf "$findformat"
     else
-- 
2.34.1