diff options
Diffstat (limited to 'sysutils/ucspi-unix/files/patch-insthier.c')
-rw-r--r-- | sysutils/ucspi-unix/files/patch-insthier.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/ucspi-unix/files/patch-insthier.c b/sysutils/ucspi-unix/files/patch-insthier.c new file mode 100644 index 0000000..ef4e95d --- /dev/null +++ b/sysutils/ucspi-unix/files/patch-insthier.c @@ -0,0 +1,22 @@ +--- insthier.c.orig Mon Jun 10 21:12:06 2002 ++++ insthier.c Mon Sep 29 09:33:34 2003 +@@ -1,18 +1,11 @@ +-#include <installer.h> ++#include </usr/local/include/bglibs/installer.h> + #include "conf_bin.c" +-#include "conf_man.c" + + void insthier(void) + { + int bin = opendir(conf_bin); +- int man = opendir(conf_man); +- int man1; + + c(bin, "unixcat", -1, -1, 0755); + c(bin, "unixclient", -1, -1, 0755); + c(bin, "unixserver", -1, -1, 0755); +- +- man1 = d(man, "man1", -1, -1, 0755); +- c(man1, "unixclient.1", -1, -1, 0644); +- c(man1, "unixserver.1", -1, -1, 0644); + } |