diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-30 19:02:38 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-30 19:02:38 +0000 |
commit | 14d8757a50c592986ccc236b6dcd5bf4b61f894b (patch) | |
tree | a96f0e21ef3164146e3f89a22e309f5482869d93 /packages/quagga | |
parent | 85e7e5d440d9090d1e5cb1f384655767971445ce (diff) | |
parent | f1d57e9f9f701f19e1ca2987571d059888bd3035 (diff) |
merge of '3744a34d57095e84a89851df9f2cabc7b5a0dd0d'
and 'bdbd61d03008d901627ae17450554a101ca42e5b'
Diffstat (limited to 'packages/quagga')
-rw-r--r-- | packages/quagga/quagga.inc | 4 | ||||
-rw-r--r-- | packages/quagga/quagga_0.99.7.bb | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/packages/quagga/quagga.inc b/packages/quagga/quagga.inc index 6adba78063..811eb15ea9 100644 --- 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 diff --git a/packages/quagga/quagga_0.99.7.bb b/packages/quagga/quagga_0.99.7.bb new file mode 100644 index 0000000000..6bcc251730 --- /dev/null +++ b/packages/quagga/quagga_0.99.7.bb @@ -0,0 +1,3 @@ +PR = "r0" + +require quagga.inc |