Changeset 2063 for branches/fc15-dev/server/common/oursrc/tokensys
- Timestamp:
 - Nov 22, 2011, 12:24:41 AM (14 years ago)
 - Location:
 - branches/fc15-dev/server/common/oursrc/tokensys
 - Files:
 - 
          
- 4 added
 - 1 deleted
 - 2 edited
 
- 
          configure.in (modified) (1 diff)
 - 
          crontab (deleted)
 - 
          renew.in (modified) (1 diff)
 - 
          scripts-afsagent-startup.in (added)
 - 
          scripts-afsagent-startup.service (added)
 - 
          scripts-afsagent.service (added)
 - 
          scripts-afsagent.timer (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/fc15-dev/server/common/oursrc/tokensys/configure.in
r38 r2063 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)  - 
        
branches/fc15-dev/server/common/oursrc/tokensys/renew.in
r1594 r2063 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  
Note: See TracChangeset
          for help on using the changeset viewer.
      