summarylogtreecommitdiffstats
path: root/restore-html2man.patch
blob: 86011dc16e83680dc22691b53fae36d7aef2de29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
diff -Naur ntp-4.2.8p2.orig/configure ntp-4.2.8p2/configure
--- ntp-4.2.8p2.orig/configure	2015-04-07 10:18:45.000000000 +0200
+++ ntp-4.2.8p2/configure	2015-06-20 01:12:28.910011543 +0200
@@ -36528,6 +36528,8 @@
 
 ac_config_files="$ac_config_files scripts/summary"
 
+ac_config_files="$ac_config_files scripts/html2man"
+
 ac_config_files="$ac_config_files scripts/update-leap/Makefile"
 
 ac_config_files="$ac_config_files tests/Makefile"
@@ -37779,6 +37781,7 @@
     "scripts/ntpver") CONFIG_FILES="$CONFIG_FILES scripts/ntpver" ;;
     "scripts/plot_summary") CONFIG_FILES="$CONFIG_FILES scripts/plot_summary" ;;
     "scripts/summary") CONFIG_FILES="$CONFIG_FILES scripts/summary" ;;
+    "scripts/html2man") CONFIG_FILES="$CONFIG_FILES scripts/html2man" ;;
     "scripts/update-leap/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/update-leap/Makefile" ;;
     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
     "tests/libntp/Makefile") CONFIG_FILES="$CONFIG_FILES tests/libntp/Makefile" ;;
@@ -39325,6 +39328,7 @@
     "scripts/ntpver":F) chmod +x scripts/ntpver ;;
     "scripts/plot_summary":F) chmod +x scripts/plot_summary ;;
     "scripts/summary":F) chmod +x scripts/summary ;;
+    "scripts/html2man":F) chmod +x scripts/html2man ;;
 
   esac
 done # for ac_tag
diff -Naur ntp-4.2.8p2.orig/scripts/deprecated/html2man.in ntp-4.2.8p2/scripts/deprecated/html2man.in
--- ntp-4.2.8p2.orig/scripts/deprecated/html2man.in	2014-12-19 12:56:54.000000000 +0100
+++ ntp-4.2.8p2/scripts/deprecated/html2man.in	2015-06-20 01:12:26.876678224 +0200
@@ -51,6 +51,7 @@
 mkdir $MANDIR, 0777;
 mkdir "$MANDIR/man8", 0777;
 mkdir "$MANDIR/man5", 0777;
+mkdir "$MANDIR/man1", 0777;
 
 # Do the actual processing
 foreach $file (keys %manfiles) {