chiark / gitweb /
allow rules to have labels and skip to next label
authorKay Sievers <kay.sievers@suse.de>
Sat, 16 Jul 2005 05:46:31 +0000 (07:46 +0200)
committerKay Sievers <kay.sievers@suse.de>
Sat, 16 Jul 2005 05:46:31 +0000 (07:46 +0200)
commit594dd610252923591ed0f310695e82d3fb87e581
tree7dc290f161526aca177dfac7934842e6a6d281c1
parentc609f627fae97bef5f163eb2eb993d3c8211f768
allow rules to have labels and skip to next label

This will allow us to have whole blocks of rules to skip
conditionally. The following section creates the node "yes":
  GOTO="TEST"
  NAME="no"
  NAME="no2", LABEL="NO"
  NAME="yes", LABEL="TEST"
  NAME="no3"
Makefile
test/udev-test.pl
udev_rules.c
udev_rules.h
udev_rules_parse.c