commit | 7c44fe5925b6dd51166f73d30de0a2f22d66373e | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Wed Aug 26 16:39:25 2009 -0700 |
committer | San Mehat <san@google.com> | Wed Aug 26 16:39:59 2009 -0700 |
tree | 6f9e8e3fc3ee500e4e1122ed395e77d19206c017 | |
parent | a3e8a6ad56d60d2ad6c580004f86920d73acc62c [diff] [blame] |
init: builtins: Add 'copy' command to init.rc parser Signed-off-by: San Mehat <san@google.com>
diff --git a/init/parser.c b/init/parser.c index 33c1a68..affc80c 100644 --- a/init/parser.c +++ b/init/parser.c
@@ -127,6 +127,7 @@ { switch (*s++) { case 'c': + if (!strcmp(s, "opy")) return K_copy; if (!strcmp(s, "apability")) return K_capability; if (!strcmp(s, "lass")) return K_class; if (!strcmp(s, "lass_start")) return K_class_start;