Changeset 2836 for trunk/server/common


Ignore:
Timestamp:
Apr 10, 2017, 4:34:07 AM (7 years ago)
Author:
andersk
Message:
Remove the old C version of static-cat
Location:
trunk/server/common/oursrc/execsys
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/oursrc/execsys/Makefile.in

    r1358 r2836  
    66sysconfdir = @sysconfdir@
    77sbindir = @sbindir@
    8 APACHEDIR = /etc/httpd
    9 SYSCATPATH = /usr/local/bin
    108trusteddir = /usr/libexec/scripts-trusted
    119
    12 all-local: static-cat
     10all-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
     12install:
    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
  • trunk/server/common/oursrc/execsys/configure.in

    r1337 r2836  
    1 AC_INIT(static-cat.c.pre)
     1AC_INIT([Makefile.in])
    22
    33AC_PROG_CC
  • trunk/server/common/oursrc/execsys/mrproper

    r1337 r2836  
    11#!/bin/sh
    22
    3 rm -f static-cat
    43rm -f configure config.* Makefile
    5 rm -f static-cat.c execsys.conf
    64rm -rf auto*.cache
Note: See TracChangeset for help on using the changeset viewer.