Skip to content

Commit 4987e40

Browse files
committed
Remove the old C version of static-cat
Legacy-ID: 2836
1 parent 81735aa commit 4987e40

File tree

9 files changed

+16
-1076
lines changed

9 files changed

+16
-1076
lines changed

server/common/oursrc/execsys/Makefile.in

+2-9
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,12 @@ exec_prefix = @exec_prefix@
55
libexecdir = @libexecdir@
66
sysconfdir = @sysconfdir@
77
sbindir = @sbindir@
8-
APACHEDIR = /etc/httpd
9-
SYSCATPATH = /usr/local/bin
108
trusteddir = /usr/libexec/scripts-trusted
119

12-
all-local: static-cat
10+
all-local:
1311

14-
static-cat.c: static-cat.c.pre
15-
syscat_path=$(SYSCATPATH)/static-cat perl upd-execsys
16-
17-
install: all-local
18-
install -D -p -m644 execsys.conf $(DESTDIR)$(APACHEDIR)/conf.d/execsys.conf
12+
install:
1913
install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt
20-
install -D -p -m755 static-cat $(DESTDIR)$(SYSCATPATH)/static-cat
2114
install -D -p -m755 ldapize.pl $(DESTDIR)$(sbindir)/ldapize.pl
2215

2316
install -D -p -m755 svnproxy.pl $(DESTDIR)$(sbindir)/svnproxy.pl

server/common/oursrc/execsys/configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(static-cat.c.pre)
1+
AC_INIT([Makefile.in])
22

33
AC_PROG_CC
44

0 commit comments

Comments
 (0)