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:
42b24f5
)
quagga: Use DEBIAN_NOAUTONAME to stop the debian class renaming the
author
Jamie Lenehan
<lenehan@twibble.org>
Mon, 30 Apr 2007 04:40:59 +0000
(
04:40
+0000)
committer
Jamie Lenehan
<lenehan@twibble.org>
Mon, 30 Apr 2007 04:40:59 +0000
(
04:40
+0000)
packages instead of manually naming them with their original name to
stop it.
packages/quagga/quagga.inc
patch
|
blob
|
history
diff --git
a/packages/quagga/quagga.inc
b/packages/quagga/quagga.inc
index
6adba78
..
811eb15
100644
(file)
--- a/
packages/quagga/quagga.inc
+++ b/
packages/quagga/quagga.inc
@@
-100,8
+100,8
@@
CONFFILES_${PN} = "${sysconfdir}/default/quagga"
CONFFILES_${PN}-watchquagga = "${sysconfdir}/default/watchquagga"
# Stop the names being rewritten due to the internal shared libraries
-
PKG_${PN}-ospfd = "${PN}-ospfd
"
-
PKG_${PN}-ospfclient = "${PN}-ospfclient
"
+
DEBIAN_NOAUTONAME_${PN}-ospfd = "1
"
+
DEBIAN_NOAUTONAME_${PN}-ospfclient = "1
"
# Main init script starts all deamons
# Seperate init script for watchquagga