diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-02-18 12:39:57 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2013-02-18 12:39:57 +0100 |
commit | 44ea12fc4cc179f12775775a34502e72ca4aec1c (patch) | |
tree | 844cf5d6388a8e83e4424e0550a4c87c6c83a73a | |
parent | 769242012c3271416a0cc8df61fb23c1df0d0992 (diff) | |
download | knot-44ea12fc4cc179f12775775a34502e72ca4aec1c.tar.gz |
Update patches for 1.2 release
-rw-r--r-- | debian/patches/0001-move_pidfile_to_var_run.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0001-move_pidfile_to_var_run.patch b/debian/patches/0001-move_pidfile_to_var_run.patch index f076d32..2cc2961 100644 --- a/debian/patches/0001-move_pidfile_to_var_run.patch +++ b/debian/patches/0001-move_pidfile_to_var_run.patch @@ -11,7 +11,7 @@ * Server. --- a/src/knot/conf/conf.c +++ b/src/knot/conf/conf.c -@@ -153,7 +153,7 @@ static int conf_process(conf_t *conf) +@@ -154,7 +154,7 @@ static int conf_process(conf_t *conf) // Create PID file if (conf->pidfile == NULL) { |