~ubuntu-branches/debian/jessie/nfs-utils/jessie

« back to all changes in this revision

Viewing changes to .pc/01-sm-notify-in-sbin.patch/utils/statd/statd.c

  • Committer: Package Import Robot
  • Author(s): Steve Langasek, Ben Hutchings, Steve Langasek
  • Date: 2014-01-13 22:07:53 UTC
  • Revision ID: package-import@ubuntu.com-20140113220753-qlnbf59imycvf9k7
Tags: 1:1.2.8-5
[ Ben Hutchings ]
* Remove Luk Claes from uploaders (Closes: #723602)

[ Steve Langasek ]
* Migrate the rpc_pipefs mount out of /var/lib to /run, to better
  support /var on NFS.
* Don't start the nfs-common init script from the nfs-kernel-server
  maintainer script, this is entirely redundant.
* debian/patches/21-no-more-var-run.patch: PID files should be in
  /run, not /var/run.
  Closes LP: #1157171.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
        fprintf(stderr,"      -H                   Specify a high-availability callout program.\n");
157
157
}
158
158
 
159
 
static const char *pidfile = "/var/run/rpc.statd.pid";
 
159
static const char *pidfile = "/run/rpc.statd.pid";
160
160
 
161
161
int pidfd = -1;
162
162
static void create_pidfile(void)