]> Zhao Yanbai Git Server - minix.git/commit
devmand: skip unconfigured script invocations 12/2812/1
authorBen Gras <ben@minix3.org>
Thu, 4 Sep 2014 11:31:37 +0000 (13:31 +0200)
committerBen Gras <ben@minix3.org>
Thu, 4 Sep 2014 11:33:11 +0000 (13:33 +0200)
commit683d394d66b6df3b7d9f7d424662c4e3dcdb8fee
tree90508ae5a2a4cbd996ed50962ec16d5be268750f
parenta4d4ce4adb37c6d1a60e085b9fbef2bf13358817
devmand: skip unconfigured script invocations

. if a up/down script isn't specified, devmand
  would try to execute a command line with (null)
  in it, causing messy messages on startup
. skip script at a higher level when missing,
  and add asserts for expected strings at the lower level

Change-Id: Ia0d772076f3781caa5879ea4e64b53fa6c6e8478
minix/commands/devmand/main.c