← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Bug 1646557] [NEW] /bin/udevadm should be exit 0 instead of exit 1

 

Public bug reported:

if [ "$1" = "trigger" ]; then
echo "some text halt was sinnvolle oder unsinniges zum Abruch
          exit 1
fi

apt-get install rfkill 
for example fails to configure 

why not in /bin/udevadm end with exit 0 in case of trigger
or settle? 

then apt-get install rfkill and 28 other packages can configure

** Affects: ubuntu-packaging-guide
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Packaging Guide Team, which is subscribed to Ubuntu Packaging Guide.
https://bugs.launchpad.net/bugs/1646557

Title:
  /bin/udevadm should be exit 0 instead of exit 1

Status in Ubuntu Packaging Guide:
  New

Bug description:
  if [ "$1" = "trigger" ]; then
  echo "some text halt was sinnvolle oder unsinniges zum Abruch
            exit 1
  fi

  apt-get install rfkill 
  for example fails to configure 

  why not in /bin/udevadm end with exit 0 in case of trigger
  or settle? 

  then apt-get install rfkill and 28 other packages can configure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/1646557/+subscriptions


Follow ups