Init script is broken in bird and bird6 packages

Bug #526249 reported by marvin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
bird (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: bird

Upon installing bird and bird6 it becomes clear that there is a bug in the init scripts for both packages due to an errant semi-colon at the end of their init scripts.

Ubuntu Release: Ubuntu 9.10
Affected packages: bird-1.0.15-2 and bird6-1.0.15-2

The following Diffs fix this:

root@michael-sandbox-001:/etc/init.d# diff -c bird bird.old
*** bird 2010-02-22 22:28:52.000000000 -0800
--- bird.old 2010-02-22 22:28:43.000000000 -0800
***************
*** 131,133 ****
--- 131,134 ----
   ;;
  esac

+ ;

root@michael-sandbox-001:/etc/init.d# diff -c bird6 bird6.old
*** bird6 2010-02-22 22:28:52.000000000 -0800
--- bird6.old 2010-02-22 22:28:43.000000000 -0800
***************
*** 131,133 ****
--- 131,134 ----
   ;;
  esac

+ ;

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.