unionroot: bump PR
authorMatthias Hentges <oe@hentges.net>
Thu, 7 Apr 2005 03:24:01 +0000 (03:24 +0000)
committerMatthias Hentges <oe@hentges.net>
Thu, 7 Apr 2005 03:24:01 +0000 (03:24 +0000)
BKrev: 4254a7d1XFUvnXUhuXkBnTBzlL9TFQ

packages/unionfs/unionroot-utils/mount.unionroot
packages/unionfs/unionroot-utils_0.1.1.bb

index 01214e2..ac0f9a0 100644 (file)
@@ -63,7 +63,6 @@ if ! [ -z "$DO_FSTAB" ]; then
 fi
 
 # Get mount-point for device name, if device name is given
-# Why would we need that? A possible device would have been found in the for-loop.
 if echo "$MOUNT_POINT" | grep -q "^${DEVICE}"; then
        MOUNT_POINT_TEMP=`echo $MOUNT_POINT | sed -e "s/\//\\\\\\\\\//g"`
        NEW_MOUNT_POINT=`awk "/$MOUNT_POINT_TEMP/ {print "'$2'"}" /etc/fstab`
index 4c2ed9a..278decb 100644 (file)
@@ -7,6 +7,8 @@ SECTION = "base"
 PRIORITY = "optional"
 MAINTAINER = "Chris Lord <cwiiis@handhelds.org>"
 
+PR = "2"
+
 SRC_URI = "file://mount.unionroot \
           file://umount.unionroot"