Changeset 825


Ignore:
Timestamp:
Aug 29, 2008, 4:39:04 PM (16 years ago)
Author:
andersk
Message:
Package the svn vhosting infrastructure into execsys.
Location:
server
Files:
4 added
2 edited

Legend:

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

    r104 r825  
    55libexecdir = @libexecdir@
    66sysconfdir = @sysconfdir@
     7sbindir = @sbindir@
    78APACHEDIR = /etc/httpd
    89SYSCATPATH = /usr/local/bin
     10trusteddir = /usr/libexec/scripts-trusted
    911
    1012all-local: static-cat execsys-binfmt
     
    1719        install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt
    1820        install -D -p -m755 static-cat $(DESTDIR)$(SYSCATPATH)/static-cat
     21        install -D -p -m755 svnproxy.pl $(DESTDIR)$(sbindir)/svnproxy.pl
     22        install -D -p -m755 ldapize.pl $(DESTDIR)$(sbindir)/ldapize.pl
     23        install -D -p -m755 svn $(DESTDIR)$(trusteddir)/svn
     24        install -D -p -m644 scripts-svn.xinetd $(DESTDIR)/etc/xinetd.d/scripts-svn
    1925
    2026clean:
  • server/fedora/specs/execsys.spec

    r163 r825  
    2424
    2525%build
    26 ./configure --with-pl=/usr/bin/perl --with-php=/usr/bin/php-cgi --with-py=/usr/bin/python --with-exe=/usr/bin/mono
     26./configure --prefix=/usr/local --with-pl=/usr/bin/perl --with-php=/usr/bin/php-cgi --with-py=/usr/bin/python --with-exe=/usr/bin/mono
    2727make SYSCATDIR=/usr/local/sbin
    2828
    2929%install
    3030[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
    31 make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local SYSCATDIR=/usr/local/sbin
     31make install DESTDIR=$RPM_BUILD_ROOT SYSCATDIR=/usr/local/sbin
    3232
    3333%clean
     
    4040/usr/local/bin/static-cat
    4141/etc/init.d/execsys-binfmt
     42/usr/local/sbin/svnproxy.pl
     43/usr/local/sbin/ldapize.pl
     44/usr/libexec/scripts-trusted/svn
     45/etc/xinetd.d/scripts-svn
    4246
    4347%post
    4448chkconfig --add execsys-binfmt
    4549service execsys-binfmt start
     50service xinetd reload
    4651
    4752%preun
     
    4954chkconfig --del execsys-binfmt
    5055
     56%postun
     57service xinetd reload
     58
    5159%changelog
    5260
Note: See TracChangeset for help on using the changeset viewer.