1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/shells/bash/options
David E. O'Brien bf7ad139d5 Add option to log user history to syslog.
PR:		155780
Submitted by:	Alexander Kriventsov <avk@vl.ru>
2011-04-06 17:47:52 +00:00

8 lines
342 B
Plaintext

OPTIONS= IMPLICITCD "Use directory name alone to cd into it" on \
COLONBREAKSWORDS "Colons break words" on \
HELP "Install the help files" on \
INST_READL "Use readline from base, otherwise bash's" on \
NLS "National Language Support" on \
STATIC_BASH "Compile without shared libs" off \
SYSLOG "Compile with syslog support" off