This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH,HURD] getconf: fix the value of _CS_PATH
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Pino Toscano <toscano dot pino at tiscali dot it>
- Cc: bug-hurd at gnu dot org, Andreas Jaeger <aj at suse dot com>, libc-alpha at sourceware dot org
- Date: Wed, 3 Oct 2012 13:44:28 -0700 (PDT)
- Subject: Re: [PATCH,HURD] getconf: fix the value of _CS_PATH
- References: <201209301753.38869.toscano.pino@tiscali.it><1511974.4quNmtQzCA@byrd><201210032150.01910.toscano.pino@tiscali.it>
I don't think /usr/ucb has existed or been in the canonical PATH on modern
BSD systems for some years now. I've just verified that the current NetBSD
and FreeBSD sources do not use it. So I've just removed
sysdeps/unix/bsd/confstr.h instead.
Thanks,
Roland
2012-10-03 Roland McGrath <roland@hack.frob.com>
* sysdeps/unix/bsd/confstr.h: File removed.
diff --git a/sysdeps/unix/bsd/confstr.h b/sysdeps/unix/bsd/confstr.h
deleted file mode 100644
index befefb6..0000000
--- a/sysdeps/unix/bsd/confstr.h
+++ /dev/null
@@ -1 +0,0 @@
-#define CS_PATH "/usr/ucb:/bin:/usr/bin"