mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
16b56ac16c
o Improved 'make test' o New offline mode in winbindd. o New Kerberos support for pam_winbind.so. o New handling of unmapped users and groups. o New non-root share management tools. o Improved support for local and BUILTIN groups. o Winbind IDMAP integration with RFC2307 schema objects supported by Windows 2003 R2. o Rewritten 'net ads join' to mimic Windows XP without requiring administrative rights to join a domain. PR: ports/100100 Submitted by: maintainer
13 lines
321 B
Bash
13 lines
321 B
Bash
--- script/installswat.sh.orig Thu Apr 20 04:29:42 2006
|
|
+++ script/installswat.sh Tue Apr 25 02:12:10 2006
|
|
@@ -21,8 +21,7 @@
|
|
;;
|
|
esac
|
|
|
|
-LANGS=". `cd $SRCDIR../swat/; /bin/echo lang/??`"
|
|
-echo "langs are `cd $SRCDIR../swat/lang/; /bin/echo ??` "
|
|
+LANGS="."
|
|
|
|
if test "$mode" = 'install'; then
|
|
for ln in $LANGS; do
|