~ubuntu-branches/ubuntu/gutsy/openafs/gutsy

« back to all changes in this revision

Viewing changes to src/afs/afs_call.c

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2007-05-16 18:16:12 UTC
  • Revision ID: james.westby@ubuntu.com-20070516181612-53ff72d6e7jk6rq1
Tags: 1.4.4.dfsg1-3
* Always generate a UUID on client startup even if for some reason we
  don't think we have any network interfaces.  Otherwise, the client
  will use an all-zeroes UUID, which will collide with every other
  client with the same problem.
* When afsd is started with -rmtsys, it starts another process that afsd
  -shutdown doesn't kill.  Update the init script to kill this process
  on stop.  (Closes: #405982)
* Don't use krb5-config to get a library list.  It runs the risk of
  encoding unnecessary library dependencies.  Instead, hard-code the
  flags and libraries we actually need.  (Closes: #424448)
* When loading a module using the upstream naming convention, don't
  append the .mp to the module name for modprobe.  (Closes: #420597)

Show diffs side-by-side

added added

removed removed

Lines of Context:
858
858
#if     (!defined(AFS_NONFSTRANS)) || defined(AFS_AIX_IAUTH_ENV)
859
859
        afs_nfsclient_init();
860
860
#endif
 
861
        if (afs_cb_interface.numberOfInterfaces < 1)
 
862
            afs_uuid_create(&afs_cb_interface.uuid);
861
863
        printf("found %d non-empty cache files (%d%%).\n",
862
864
               afs_stats_cmperf.cacheFilesReused,
863
865
               (100 * afs_stats_cmperf.cacheFilesReused) /