diff options
author | Guillem Jover <guillem@debian.org> | 2008-04-11 04:01:45 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:22 +0200 |
commit | 6ddf988f44cd30be0cea66e1712a3b2103e4fc88 (patch) | |
tree | 1627a62170f06b00ab5ea3fac91f5e17d8e0c357 | |
parent | c081723616832f74b028f57b7b39ed385d7e2010 (diff) | |
download | inetutils-6ddf988f44cd30be0cea66e1712a3b2103e4fc88.tar.gz |
Fix indentation
-rw-r--r-- | debian/patches/51_add_load_confdir_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/51_add_load_confdir_support.patch b/debian/patches/51_add_load_confdir_support.patch index d9866c4..2b25906 100644 --- a/debian/patches/51_add_load_confdir_support.patch +++ b/debian/patches/51_add_load_confdir_support.patch @@ -90,7 +90,7 @@ Index: b/syslogd/syslogd.c { { "debug", no_argument, 0, 'd' }, { "rcfile", required_argument, 0, 'f' }, -+ {"rcdir", required_argument, 0, 'D'}, ++ { "rcdir", required_argument, 0, 'D' }, { "pidfile", required_argument, 0, 'P' }, { "hop", no_argument, 0, 'h' }, { "mark", required_argument, 0, 'm' }, |