projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8e1755
)
install: properly parse --realize=reload
author
Lennart Poettering
<lennart@poettering.net>
Fri, 9 Jul 2010 21:05:59 +0000
(23:05 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 9 Jul 2010 21:43:16 +0000
(23:43 +0200)
src/install.c
patch
|
blob
|
history
diff --git
a/src/install.c
b/src/install.c
index
a05002d
..
2c57c9b
100644
(file)
--- a/
src/install.c
+++ b/
src/install.c
@@
-148,6
+148,8
@@
static int parse_argv(int argc, char *argv[]) {
arg_realize = REALIZE_MAYBE;
else if (streq(optarg, "yes"))
arg_realize = REALIZE_YES;
+ else if (streq(optarg, "reload"))
+ arg_realize = REALIZE_RELOAD;
else {
log_error("Invalid --realize argument %s", optarg);
return -EINVAL;