~ubuntu-branches/ubuntu/natty/sudo/natty

« back to all changes in this revision

Viewing changes to pathnames.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-06-18 11:41:27 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080618114127-8gov9f4vxfzlr0qr
Tags: 1.6.9p15-2ubuntu1
* Merge from debian unstable, remaining changes:
 - logging.c: Ignore SIGPIPE when creating an error email, so that non-fatal
   error messages (like "unable to resolve local host name") do not lead to
   being killed with SIGPIPE if /usr/bin/sendmail does not exist or crashes.
   (LP #32906, http://www.gratisoft.us/bugzilla/show_bug.cgi?id=285)
 - debian/postinst: put "NOPASSWD" example at the bottom, so that
   uncommenting it will actually work (later entries override former ones).
   (LP #131399, Debian #479616)
 - debian/rules: Disable lecture, enable tty_tickets by default. (Ubuntu
   specific)
 - Add debian/sudo_root.8: Explanation of root handling through sudo.
   Install it in debian/rules. (Ubuntu specific)
 - sudo.c: If the user successfully authenticated and he is in the 'admin'
   group, then create a stamp ~/.sudo_as_admin_successful. Our default bash
   profile checks for this and displays a short intro about sudo if the
   flag is not present. (Ubuntu specific)
 - env.c: Add "http_proxy" to initial_keepenv_table, so that it is kept
   for "sudo apt-get ...". (Ubuntu specific EBW hack, should disappear at
   some point)
* debian/{rules,postinst}: Disable init script installation. Debian
  reintroduced it because /var/run tmpfs is not the default there, but has
  been on Ubuntu for ages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * Agency (DARPA) and Air Force Research Laboratory, Air Force
19
19
 * Materiel Command, USAF, under agreement number F39502-99-1-0512.
20
20
 *
21
 
 * $Sudo: pathnames.h.in,v 1.51.2.3 2007/06/19 21:25:48 millert Exp $
 
21
 * $Sudo: pathnames.h.in,v 1.51.2.4 2008/02/09 14:44:48 millert Exp $
22
22
 */
23
23
 
24
24
/*
101
101
#undef _PATH_BSHELL
102
102
#endif /* _PATH_BSHELL */
103
103
 
 
104
#ifndef _PATH_SUDO_SESH
 
105
#undef  _PATH_SUDO_SESH
 
106
#endif /* _PATH_SUDO_SESH */
 
107
 
104
108
#ifndef _PATH_TMP
105
109
#define _PATH_TMP       "/tmp/"
106
110
#endif /* _PATH_TMP */