aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sysconf
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-05-05 00:33:11 +0000
committerRod Whitby <rod@whitby.id.au>2007-05-05 00:33:11 +0000
commite541e99e84defcec930be3621b112384fb9698d2 (patch)
tree6a00d454adf026c412237a6d4e8444b509fa3d89 /packages/sysconf
parent57b3d83e6a2c8951db18a7a47e67075f5cd58f53 (diff)
downloadopenembedded-e541e99e84defcec930be3621b112384fb9698d2.tar.gz
sysconf: Remove /linuxrc and spurious debug messages
Diffstat (limited to 'packages/sysconf')
-rw-r--r--packages/sysconf/files/conffiles1
-rw-r--r--packages/sysconf/files/sysconf3
-rw-r--r--packages/sysconf/sysconf_0.1.bb2
3 files changed, 1 insertions, 5 deletions
diff --git a/packages/sysconf/files/conffiles b/packages/sysconf/files/conffiles
index d99047ce24..6e6842d6cd 100644
--- a/packages/sysconf/files/conffiles
+++ b/packages/sysconf/files/conffiles
@@ -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
diff --git a/packages/sysconf/files/sysconf b/packages/sysconf/files/sysconf
index 9499b4daa9..cca4dd1e79 100644
--- a/packages/sysconf/files/sysconf
+++ b/packages/sysconf/files/sysconf
@@ -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() {
diff --git a/packages/sysconf/sysconf_0.1.bb b/packages/sysconf/sysconf_0.1.bb
index fd37cd01f7..e6bb3f29bb 100644
--- a/packages/sysconf/sysconf_0.1.bb
+++ b/packages/sysconf/sysconf_0.1.bb
@@ -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 ...