X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=b41b7bafe57ddb2571bdf39a0e0afc587662b75b;hb=3bf9ec936c77264eadbacd56386e3064d91bdc40;hp=0ed2b57dd87ddffe0bc601c7b2eea949a5316516;hpb=f43f66c45e1dc8ff14d68668330ebb59a5d503ef;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 0ed2b57..b41b7ba 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1641,27 +1641,6 @@ if check_com -c get_3ware ; then } fi -# I hate lacking backward compatibility, so provide an alternative therefore -if ! check_com -c apache2-ssl-certificate ; then - - apache2-ssl-certificate() { - - print 'Debian does not ship apache2-ssl-certificate anymore (see #398520). :(' - print 'You might want to take a look at Debian the package ssl-cert as well.' - print 'To generate a certificate for use with apache2 follow the instructions:' - - echo ' - -export RANDFILE=/dev/random -mkdir /etc/apache2/ssl/ -openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/ssl/apache.pem -keyout /etc/apache2/ssl/apache.pem -chmod 600 /etc/apache2/ssl/apache.pem - -Run "grml-tips ssl-certificate" if you need further instructions. -' - } -fi - # Use hard limits, except for a smaller stack and no core dumps unlimit is425 && limit stack 8192