~ubuntu-branches/ubuntu/maverick/upstart/maverick

« back to all changes in this revision

Viewing changes to init/paths.h

  • Committer: Scott James Remnant
  • Date: 2010-02-26 15:39:13 UTC
  • Revision ID: scott@netsplit.com-20100226153913-lhnqsjuuh3dw85qi
Merge patches from trunk to use /proc/self/fd instead of /dev/fd, and
to always mount /proc and /sys on boot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* upstart
2
2
 *
3
 
 * Copyright © 2009 Canonical Ltd.
 
3
 * Copyright © 2010 Canonical Ltd.
4
4
 * Author: Scott James Remnant <scott@netsplit.com>.
5
5
 *
6
6
 * This program is free software; you can redistribute it and/or modify
54
54
#define DEV_NULL "/dev/null"
55
55
#endif
56
56
 
57
 
/**
58
 
 * DEV_FD:
59
 
 *
60
 
 * Directory containing the special file descriptor nodes for the running
61
 
 * process.
62
 
 **/
63
 
#ifndef DEV_FD
64
 
#define DEV_FD "/dev/fd"
65
 
#endif
66
 
 
67
57
 
68
58
/**
69
59
 * CONFFILE: