diff options
author | rsc <devnull@localhost> | 2005-02-11 16:55:38 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 16:55:38 +0000 |
commit | 7a130107ee1b12e076eb223d26b6a347d7e4c67a (patch) | |
tree | 6381d23df38546f7bda6322af9762cf0440bee21 /src/cmd | |
parent | 91968d0ac9545d36e7df72540fa687127db39432 (diff) | |
download | plan9port-7a130107ee1b12e076eb223d26b6a347d7e4c67a.tar.gz plan9port-7a130107ee1b12e076eb223d26b6a347d7e4c67a.tar.bz2 plan9port-7a130107ee1b12e076eb223d26b6a347d7e4c67a.zip |
add disabled to ignore list
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/factotum/attr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/factotum/attr.c b/src/cmd/factotum/attr.c index 94483364..98ffb2c9 100644 --- a/src/cmd/factotum/attr.c +++ b/src/cmd/factotum/attr.c @@ -141,6 +141,7 @@ hasqueries(Attr *a) char *ignored[] = { "role", + "disabled", }; static int |