Changeset 2066 for trunk/server/common/oursrc
- Timestamp:
- Nov 22, 2011, 12:45:17 AM (14 years ago)
- Location:
- trunk
- Files:
- 
          - 4 deleted
- 6 edited
- 5 copied
 
 - 
          . (modified) (1 prop)
- 
          server/common/oursrc/execsys/execsys-binfmt (modified) (1 prop)
- 
          server/common/oursrc/php_scripts/php_scripts-config.m4 (modified) (1 prop)
- 
          server/common/oursrc/scripts-python-path (deleted)
- 
          server/common/oursrc/scripts-static-cat/test.html (deleted)
- 
          server/common/oursrc/scripts-static-cat/test.py (deleted)
- 
          server/common/oursrc/tokensys/configure.in (modified) (1 diff)
- 
          server/common/oursrc/tokensys/crontab (deleted)
- 
          server/common/oursrc/tokensys/renew.in (modified) (1 diff)
- 
          server/common/oursrc/tokensys/scripts-afsagent-startup.in (copied) (copied from branches/fc15-dev/server/common/oursrc/tokensys/scripts-afsagent-startup.in)
- 
          server/common/oursrc/tokensys/scripts-afsagent-startup.service (copied) (copied from branches/fc15-dev/server/common/oursrc/tokensys/scripts-afsagent-startup.service)
- 
          server/common/oursrc/tokensys/scripts-afsagent.service (copied) (copied from branches/fc15-dev/server/common/oursrc/tokensys/scripts-afsagent.service)
- 
          server/common/oursrc/tokensys/scripts-afsagent.timer (copied) (copied from branches/fc15-dev/server/common/oursrc/tokensys/scripts-afsagent.timer)
- 
          server/common/oursrc/whoisd/Makefile.in (modified) (1 diff)
- 
          server/common/oursrc/whoisd/scripts-whoisd.service (copied) (copied from branches/fc15-dev/server/common/oursrc/whoisd/scripts-whoisd.service)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk- Property svn:mergeinfo changed
 
- 
        trunk/server/common/oursrc/execsys/execsys-binfmt- Property svn:mergeinfo changed/branches/fc15-dev/server/common/oursrc/execsys/execsys-binfmt (added) merged: 1878,1938,1947,1973,1989,2026,2039,2055,2064 
 
- Property svn:mergeinfo changed
- 
        trunk/server/common/oursrc/php_scripts/php_scripts-config.m4- Property svn:mergeinfo changed/branches/fc15-dev/server/common/oursrc/php_scripts/php_scripts-config.m4 (added) merged: 1878,1938,1947,1973,1989,2026,2039,2055,2064 
 
- Property svn:mergeinfo changed
- 
        trunk/server/common/oursrc/tokensys/configure.inr38 r2066 24 24 REQUIRE_PATH(aklog) 25 25 26 AC_ARG_WITH(fs, 27 [ --with-fs[=PATH] fs is located at PATH],[ 28 if test "$withval" != "no" -a "$withval" != "yes"; then 29 fs_path="$withval" 30 fi 31 ]) 32 REQUIRE_PATH(fs) 33 26 34 AC_OUTPUT(Makefile) 27 35 AC_OUTPUT(renew) 36 AC_OUTPUT(scripts-afsagent-startup) 
- 
        trunk/server/common/oursrc/tokensys/renew.inr1594 r2066 2 2 3 3 # This script renews afsagent's tickets and tokens. 4 # It is called by afsagent's crontab every 8 hours.4 # It is called by systemd on a regular schedule. 5 5 6 6 export KRB5CCNAME=/home/afsagent/krb5cc 
- 
        trunk/server/common/oursrc/whoisd/Makefile.inr763 r2066 1 1 install: 2 2 install -Dpm 644 whoisd.tac ${DESTDIR}@libexecdir@/whoisd.tac 3 install -Dpm 644 crontab ${DESTDIR}/etc/cron.d/whoisd3 install -Dpm 644 scripts-whoisd.service ${DESTDIR}/lib/systemd/system/scripts-whoisd.service 4 4 5 5 clean: 6 6 rm -f ${DESTDIR}@libexecdir@/whoisd.tac 7 rm -f ${DESTDIR}/ etc/cron.d/whoisd7 rm -f ${DESTDIR}/lib/systemd/system/scripts-whoisd.service 
Note: See TracChangeset
          for help on using the changeset viewer.
      
