Changeset 2066 for trunk/server/common/oursrc
- Timestamp:
- Nov 22, 2011, 12:45:17 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 4 deleted
- 6 edited
- 5 copied
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.in
r38 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.in
r1594 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.in
r763 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.