Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Upgraded to Debian 8.4 / ISPC 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjau committed May 1, 2016
1 parent d12880a commit cc74122
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 84 deletions.
2 changes: 0 additions & 2 deletions hordewebmailexpect
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spawn webmail-install
while {1} {
expect {
-re {What database backend .*} {send $hordemysql\r}
-re {Request persistent .*} {send 0\r}
-re {Username to connect .*} {send $hordeuser\r}
-re {Password to connect .*} {send $hordepassword\r}
-re {How should we connect .*} {send unix\r}
Expand All @@ -24,7 +23,6 @@ while {1} {
-re {Use SSL to connect .*} {send 0\r}
-re {Certification Authority .*} {send \r}
-re {Split reads to .*} {send false\r}
-re {Filesystem location .*} {send $hordefilesystem\r}
-re {Specify an .*} {send $hordeadmin\r}
eof {break}
}
Expand Down
Loading

0 comments on commit cc74122

Please sign in to comment.