sysconf: Remove /linuxrc and spurious debug messages
authorRod Whitby <rod@whitby.id.au>
Sat, 5 May 2007 00:33:11 +0000 (00:33 +0000)
committerRod Whitby <rod@whitby.id.au>
Sat, 5 May 2007 00:33:11 +0000 (00:33 +0000)
packages/sysconf/files/conffiles
packages/sysconf/files/sysconf
packages/sysconf/sysconf_0.1.bb

index d99047c..6e6842d 100644 (file)
@@ -20,7 +20,6 @@
 #   preserve  Preserve this file unconditionally
 #   diff      Compare file with the new version, ask if different
 #
-preserve       linuxrc
 preserve       etc/.configured
 preserve       etc/TZ
 diff           etc/default/conffiles
index 9499b4d..cca4dd1 100644 (file)
@@ -640,9 +640,6 @@ umountflash(){
                return 1
        fi
        #
-       # The function is currently always used interactively, so output 
-       echo "$0: umounting any existing mount of $ffsdev" >&2
-       #
        # check each mount point, do this last first because otherwise nested
        # mounts of ffsdev cannot be umounted.
        ffs_umount() {
index fd37cd0..e6bb3f2 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 PRIORITY = "optional"
 LICENSE = "GPL"
 RDEPENDS = "devio cpio findutils diffutils"
-PR = "r8"
+PR = "r9"
 
 # Currently, the scripts only support ixp4xx machines.
 # Feel free to add to the scripts ...