Skip to content

Commit

Permalink
added vim, fixed for missing pam-devel on ubi9
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Aug 27, 2023
1 parent 3eb677d commit 4acebec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indimail-src/ubi8.src
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
openssl-devel openldap-devel ncurses-devel gdbm-devel libidn-devel pcre-devel pcre2-devel \
libsodium-devel libdb-devel pam-devel libgcrypt-devel \
diffutils coreutils which chkconfig procps psmisc flex less cronie xmlto \
file sed wget bzip2 \
file sed wget bzip2 vim \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
cd /usr/local/srctmp; \
Expand Down
1 change: 1 addition & 0 deletions indimail-src/ubi9.indimail-mta.bin
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
make indimail_config.h && make libindimail.la && make install-includeHEADERS && \
make install-libindimailLTLIBRARIES; \
cd ..; \
sed -i 's{with-authpam{without-authpam{g' courier-imap-x/default.configure; \
for i in altermime-x ripmime-x mpack-x flash-x fortune-x \
pam-multi-x bogofilter-wordlist-x courier-imap-x indimail-spamfilter-x \
fetchmail-x logalert-x procmail-x; do cd $i; ./default.configure; make && make install-strip;cd ..; done; \
Expand Down
1 change: 1 addition & 0 deletions indimail-src/ubi9.indimail.bin
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
make && make install; \
# indimail-virtualdomains ##############################
cd /usr/local/srctmp/indimail-virtualdomains; \
sed -i 's{with-authpam{without-authpam{g' courier-imap-x/default.configure; \
for i in indimail-x altermime-x ripmime-x mpack-x flash-x fortune-x pam-multi-x \
bogofilter-wordlist-x courier-imap-x indimail-spamfilter-x \
nssd-x fetchmail-x logalert-x procmail-x; do cd $i; \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/ubi9.src
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
openssl-devel openldap-devel ncurses-devel libidn-devel pcre-devel pcre2-devel \
findutils libsodium-devel libdb-devel libgcrypt-devel krb5-devel \
diffutils coreutils which chkconfig procps psmisc less cronie \
file sed wget bzip2 \
file sed wget bzip2 vim \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
# mrtg
Expand Down

0 comments on commit 4acebec

Please sign in to comment.