[oe-commits] org.oe.dev sysconf: Removed the erroneous conffiles line

rwhitby commit openembedded-commits at lists.openembedded.org
Fri Aug 10 13:55:50 UTC 2007


sysconf: Removed the erroneous conffiles line

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 05d7857e561d553fa8a2cb0f4804ddb7ad439b27
ViewMTN: http://monotone.openembedded.org/revision.psp?id=05d7857e561d553fa8a2cb0f4804ddb7ad439b27
Files:
1
packages/sysconf/sysconf_0.1.bb
Diffs:

#
# mt diff -r1b8c245510eb926fd73ae7c96ddb291d3c5c9daf -r05d7857e561d553fa8a2cb0f4804ddb7ad439b27
#
# 
# 
# patch "packages/sysconf/sysconf_0.1.bb"
#  from [dff7d5d47a6573a359f77a265b99c669def549c2]
#    to [031d6f6df03a0d0c86b31775770bf4affba70200]
# 
============================================================
--- packages/sysconf/sysconf_0.1.bb	dff7d5d47a6573a359f77a265b99c669def549c2
+++ packages/sysconf/sysconf_0.1.bb	031d6f6df03a0d0c86b31775770bf4affba70200
@@ -1,9 +1,9 @@ RDEPENDS = "devio cpio findutils diffuti
 DESCRIPTION = "System Configuration save/restore functionality"
 SECTION = "base"
 PRIORITY = "optional"
 LICENSE = "GPL"
 RDEPENDS = "devio cpio findutils diffutils"
-PR = "r9"
+PR = "r10"
 
 # 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"






More information about the Openembedded-commits mailing list