"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "configure.in" between
scponly-20110526.tgz and scponly-4.8.tgz

About: scponly is an alternative "shell" of sorts for system administrators who would like to provide access to remote users to both read and write local files without providing any remote execution privileges (a wrapper around "ssh"). Commands like chmod, pwd, chown, etc. are allowed for sftp.

configure.in  (scponly-20110526.tgz):configure.in  (scponly-4.8.tgz)
skipping to change at line 128 skipping to change at line 128
AC_ARG_WITH([default-chdir], AC_ARG_WITH([default-chdir],
AC_HELP_STRING([--with-default-chdir=DIR], [cd to this directory after au thentication (only for interactive logins)]), AC_HELP_STRING([--with-default-chdir=DIR], [cd to this directory after au thentication (only for interactive logins)]),
[ [
AC_DEFINE([ENABLE_DEFAULT_CHDIR]) AC_DEFINE([ENABLE_DEFAULT_CHDIR])
AC_DEFINE_UNQUOTED([DEFAULT_CHDIR], ["$withval"]) AC_DEFINE_UNQUOTED([DEFAULT_CHDIR], ["$withval"])
],[ ],[
echo -n dnl Defaults to off, must be turned on expl icitly echo -n dnl Defaults to off, must be turned on expl icitly
]) ])
AC_ARG_ENABLE([sftp-logging-compat],
AC_HELP_STRING([--enable-sftp-logging-compat], [Enable SFTP logging compat
ibility]),
[
if test "x$enableval" != "xno"; then
scponly_sftp_logging_compat=1
AC_DEFINE([SFTP_LOGGING])
fi
],[
echo -n dnl Defaults to off, must be turned on explicitly
])
AC_ARG_ENABLE([unison-compat], AC_ARG_ENABLE([unison-compat],
AC_HELP_STRING([--enable-unison-compat], [enable unison compatibility]), AC_HELP_STRING([--enable-unison-compat], [enable unison compatibility]),
[ [
if test "x$enableval" != "xno"; then if test "x$enableval" != "xno"; then
AC_DEFINE([UNISON_COMPAT]) AC_DEFINE([UNISON_COMPAT])
fi fi
],[ ],[
echo -n dnl Defaults to off, must be turned on explicitly echo -n dnl Defaults to off, must be turned on explicitly
]) ])
 End of changes. 1 change blocks. 
0 lines changed or deleted 12 lines changed or added

Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS