Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37730382
en ru br
ALT Linux repos
S:3.9p1-alt15
5.0: 3.9p1-alt10
4.1: 3.9p1-alt8
4.0: 3.9p1-alt8
3.0:
+backports:3.9p1-alt0.M30.1

Group :: Networking/Other
RPM: openntpd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: openntpd-3.9p1-alt-setproctitle.patch
Download


diff -uk.orig openntpd-3.9p1.orig/ntp.c openntpd-3.9p1/ntp.c
--- openntpd-3.9p1.orig/ntp.c	2006-05-14 05:29:23 +0000
+++ openntpd-3.9p1/ntp.c	2006-08-26 21:11:40 +0000
@@ -36,6 +36,9 @@
 #include <string.h>
 #include <time.h>
 #include <unistd.h>
+#ifdef HAVE_SETPROCTITLE
+# include <setproctitle.h>
+#endif
 
 #include "ntpd.h"
 #include "ntp.h"
diff -uk.orig openntpd-3.9p1.orig/ntpd.c openntpd-3.9p1/ntpd.c
--- openntpd-3.9p1.orig/ntpd.c	2006-05-14 05:29:23 +0000
+++ openntpd-3.9p1/ntpd.c	2006-08-26 21:11:40 +0000
@@ -35,6 +35,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#ifdef HAVE_SETPROCTITLE
+# include <setproctitle.h>
+#endif
 
 #include "ntpd.h"
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin