Ignore:
Timestamp:
Nov 22, 2011, 12:24:41 AM (13 years ago)
Author:
quentin
Message:
Package afsagent systemd and get rid of rc.local sysname hack
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/common/oursrc/tokensys/configure.in

    r38 r2063  
    2424REQUIRE_PATH(aklog)
    2525
     26AC_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])
     32REQUIRE_PATH(fs)
     33
    2634AC_OUTPUT(Makefile)
    2735AC_OUTPUT(renew)
     36AC_OUTPUT(scripts-afsagent-startup)
Note: See TracChangeset for help on using the changeset viewer.