aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ucspi-unix/files/patch-insthier.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ucspi-unix/files/patch-insthier.c')
-rw-r--r--sysutils/ucspi-unix/files/patch-insthier.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/ucspi-unix/files/patch-insthier.c b/sysutils/ucspi-unix/files/patch-insthier.c
deleted file mode 100644
index ef4e95d48294..000000000000
--- a/sysutils/ucspi-unix/files/patch-insthier.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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);
- }