|
Lines 13-19
Link Here
|
| 13 |
else |
13 |
else |
| 14 |
/usr/bin/dialog --title "configuration options" --clear \ |
14 |
/usr/bin/dialog --title "configuration options" --clear \ |
| 15 |
--checklist "\n\ |
15 |
--checklist "\n\ |
| 16 |
Please select desired options:" -1 -1 12 \ |
16 |
Please select desired options:" -1 -1 13 \ |
| 17 |
syslog "With syslog support" OFF \ |
17 |
syslog "With syslog support" OFF \ |
| 18 |
ssl "With ssl support" OFF \ |
18 |
ssl "With ssl support" OFF \ |
| 19 |
ldap "With LDAP2 support" OFF \ |
19 |
ldap "With LDAP2 support" OFF \ |
|
Lines 26-31
Link Here
|
| 26 |
audit "With Audit" OFF \ |
26 |
audit "With Audit" OFF \ |
| 27 |
winbind "With Winbind" OFF \ |
27 |
winbind "With Winbind" OFF \ |
| 28 |
wbauth "With Winbind Auth Challenge" OFF \ |
28 |
wbauth "With Winbind Auth Challenge" OFF \ |
|
|
29 |
nooptimize "Without optimization" OFF \ |
| 29 |
2> $tempfile |
30 |
2> $tempfile |
| 30 |
|
31 |
|
| 31 |
retval=$? |
32 |
retval=$? |
|
Lines 86-91
Link Here
|
| 86 |
;; |
87 |
;; |
| 87 |
\"wbauth\") |
88 |
\"wbauth\") |
| 88 |
echo "WITH_WINBIND_AUTH_CHALLENGE=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc |
89 |
echo "WITH_WINBIND_AUTH_CHALLENGE=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc |
|
|
90 |
;; |
| 91 |
\"nooptimize\") |
| 92 |
echo "WITHOUT_OPTIMIZATION=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc |
| 89 |
;; |
93 |
;; |
| 90 |
*) |
94 |
*) |
| 91 |
echo "Invalid option: $1" |
95 |
echo "Invalid option: $1" |