runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 8cc1f05d31a132ec16d02b74ccd15a00fdab6e54
parent 4bef7e9d9cebac86fb5f0c8c8f88384994e68b17
Author: Gerrit Pape <pape@smarden.org>
Date:   Wed,  7 May 2008 23:44:16 +0000

runsvchdir.c: typo.

Diffstat:
Msrc/runsvchdir.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;