Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ntp/include No, bash is not the posix shell. Wh...



details:   https://anonhg.NetBSD.org/src/rev/4384b558b7a6
branches:  trunk
changeset: 334990:4384b558b7a6
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 19 20:46:47 2014 +0000

description:
No, bash is not the posix shell. Why do you need the shell anyway?

diffstat:

 external/bsd/ntp/include/config.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 32215ee91e4f -r 4384b558b7a6 external/bsd/ntp/include/config.h
--- a/external/bsd/ntp/include/config.h Fri Dec 19 20:43:14 2014 +0000
+++ b/external/bsd/ntp/include/config.h Fri Dec 19 20:46:47 2014 +0000
@@ -1443,7 +1443,7 @@
 #define PERLLIBDIR "/usr/local/share/ntp/lib"
 
 /* define to a working POSIX compliant shell */
-#define POSIX_SHELL "/usr/pkg/bin/bash"
+#define POSIX_SHELL "/bin/sh"
 
 /* PARSE kernel PLL PPS support */
 /* #undef PPS_SYNC */



Home | Main Index | Thread Index | Old Index