diff options
author | Yigit Sever | 2021-09-30 15:02:40 +0300 |
---|---|---|
committer | Yigit Sever | 2021-09-30 15:02:40 +0300 |
commit | 4f382359b7f186a64d591140cf019a002e3dd29b (patch) | |
tree | 90de4c4d7cbeb81c69760c28c23b2dc475dfae99 /100-pidfile.patch | |
parent | dd2728c558612c70ef403df886a4440507057da1 (diff) | |
download | packages-4f382359b7f186a64d591140cf019a002e3dd29b.tar.gz packages-4f382359b7f186a64d591140cf019a002e3dd29b.tar.bz2 packages-4f382359b7f186a64d591140cf019a002e3dd29b.zip |
Update to v1.2.6
- Set the upstream url to the new (maintained) fork
- Remove the pid patch as it's no longer needed
Diffstat (limited to '100-pidfile.patch')
-rw-r--r-- | 100-pidfile.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/100-pidfile.patch b/100-pidfile.patch deleted file mode 100644 index a56aba4..0000000 --- a/100-pidfile.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- htpdate.c 2019-07-12 19:10:17.000000000 +0200 | ||
2 | +++ htpdate.c.patched 2020-05-06 13:15:51.419075086 +0200 | ||
3 | @@ -499,7 +499,7 @@ | ||
4 | printlog( 1, "Error writing pid file" ); | ||
5 | exit(1); | ||
6 | } else { | ||
7 | - fprintf( pid_file, "%u\n", (unsigned short)pid ); | ||
8 | + fprintf( pid_file, "%d\n", (signed int)pid ); | ||
9 | fclose( pid_file ); | ||
10 | } | ||
11 | printlog( 0, "htpdate version "VERSION" started" ); | ||