git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f688799
)
sysconf: Removed the erroneous conffiles line
author
Rod Whitby
<rod@whitby.id.au>
Fri, 10 Aug 2007 13:16:56 +0000
(13:16 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Fri, 10 Aug 2007 13:16:56 +0000
(13:16 +0000)
packages/sysconf/sysconf_0.1.bb
patch
|
blob
|
history
diff --git
a/packages/sysconf/sysconf_0.1.bb
b/packages/sysconf/sysconf_0.1.bb
index
e6bb3f2
..
608868f
100644
(file)
--- 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 = "r
9
"
+PR = "r
10
"
# Currently, the scripts only support ixp4xx machines.
# Feel free to add to the scripts ...
@@
-48,5
+48,3
@@
pkg_postrm() {
test -n "$D" && opt="-r $D"
update-rc.d $opt sysconfsetup remove
}
-
-CONFFILES = "${sysconfdir}/default/conffiles"