diff options
author | Gerrit Pape <pape@smarden.org> | 2008-05-07 23:44:16 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2008-05-07 23:44:16 +0000 |
commit | fe874511d0c2a9863e8e9873ddae7aa1b3514701 (patch) | |
tree | cd3a7753b75b8dd2c25d461953a208ac591fa9aa /src | |
parent | 2b973a642eafc9c79ef4bae6e1472d11e5fcf811 (diff) | |
download | runit-fe874511d0c2a9863e8e9873ddae7aa1b3514701.tar.gz runit-fe874511d0c2a9863e8e9873ddae7aa1b3514701.tar.xz runit-fe874511d0c2a9863e8e9873ddae7aa1b3514701.zip |
runsvchdir.c: typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/runsvchdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runsvchdir.c b/src/runsvchdir.c index fb83645..9bf17f7 100644 --- a/src/runsvchdir.c +++ b/src/runsvchdir.c @@ -9,7 +9,7 @@ #define USAGE " dir" #define SVDIR "/etc/runit/runsvdir" -#define VERSION "$Id" +#define VERSION "$Id$" char *progname; char *new; |