Changeset 2836 for trunk/server/common/oursrc
- Timestamp:
 - Apr 10, 2017, 4:34:07 AM (9 years ago)
 - Location:
 - trunk/server/common/oursrc/execsys
 - Files:
 - 
          
- 3 deleted
 - 3 edited
 
- 
          Makefile.in (modified) (1 diff)
 - 
          configure.in (modified) (1 diff)
 - 
          mime.types (deleted)
 - 
          mrproper (modified) (1 diff)
 - 
          static-cat.c.pre (deleted)
 - 
          upd-execsys (deleted)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/server/common/oursrc/execsys/Makefile.in
r1358 r2836 6 6 sysconfdir = @sysconfdir@ 7 7 sbindir = @sbindir@ 8 APACHEDIR = /etc/httpd9 SYSCATPATH = /usr/local/bin10 8 trusteddir = /usr/libexec/scripts-trusted 11 9 12 all-local: static-cat10 all-local: 13 11 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: 19 13 install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt 20 install -D -p -m755 static-cat $(DESTDIR)$(SYSCATPATH)/static-cat21 14 install -D -p -m755 ldapize.pl $(DESTDIR)$(sbindir)/ldapize.pl 22 15  - 
        
trunk/server/common/oursrc/execsys/configure.in
r1337 r2836 1 AC_INIT( static-cat.c.pre)1 AC_INIT([Makefile.in]) 2 2 3 3 AC_PROG_CC  - 
        
trunk/server/common/oursrc/execsys/mrproper
r1337 r2836 1 1 #!/bin/sh 2 2 3 rm -f static-cat4 3 rm -f configure config.* Makefile 5 rm -f static-cat.c execsys.conf6 4 rm -rf auto*.cache  
Note: See TracChangeset
          for help on using the changeset viewer.
      