Skip to content

Commit

Permalink
sine2 Modul dokuwiki: apache monobook Konfig-Datei wird jetzt wirklic…
Browse files Browse the repository at this point in the history
…h nicht mehr installiert. sine2 Modul faxgate: Problem beim Hinzufügen des FKN-Repos gefixt.
  • Loading branch information
flacco committed Mar 18, 2018
1 parent 2af6d0a commit ff2e4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions usr/share/sine/scripts/dokuwiki
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ if [[ $cont == "0" ]];then
chown wwwrun:www /srv/www/htdocs/dokuwiki/conf/acl.auth.php

# Monobook Konfiguration installieren
cp $TEMPLATEDIR/$modulename/monobook.conf /etc/apache2/conf.d
find /srv/www/htdocs/dokuwiki/lib/tpl/monobook -name ".htaccess" -exec rm {} \;
#cp $TEMPLATEDIR/$modulename/monobook.conf /etc/apache2/conf.d
#find /srv/www/htdocs/dokuwiki/lib/tpl/monobook -name ".htaccess" -exec rm {} \;

# insert default sidebar and startpage
cp $TEMPLATEDIR/$modulename/*.txt /srv/www/htdocs/dokuwiki/data/pages/
Expand Down
4 changes: 2 additions & 2 deletions usr/share/sine/scripts/faxgate
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
### MODUL-NR. 019 ###
# (c) August 2008 Stefan Schäfer / FSP Computer & Netzwerke
# (c) 2009-2017 Stefan Schäfer / invis-server.org / [email protected]
# (c) 2009-2018 Stefan Schäfer / invis-server.org / [email protected]
# (c) 2013,2014 Dimitri Asarowski / invis-server.org / [email protected]
# (c) 2013-2017 Ingo Göppert / invis-server.org / [email protected]

Expand Down Expand Up @@ -65,7 +65,7 @@ if [[ $cont == "0" ]]; then
# Treiber installieren
pgsubtitle="Fritzcard-Treiber werden installiert"
# Nachfolgende Zeilen ersetzen das fcinst-Script.
zypper ar -f -c http://www.fkn-systems.de/_repos/FKN-Repo_-_fcpci/ FKN-Systems_-_Repo_-_fcpci
zypper ar -f -c http://www.fkn-systems.de/_repos/FKN-Repo_-_fcpci_opensuse_leap.$OPENSUSEVERSION/ FKN-Systems-fcpci
rpm --import http://www.fkn-systems.de/_repos/FKN-Repo_-_fcpci/repodata/repomd.xml.key
kernel=`uname -r | cut -d "-" -f1-2`
packetname=`zypper search -s fcpci |grep $kernel | tr -d " " | cut -d "|" -f2`
Expand Down

0 comments on commit ff2e4ae

Please sign in to comment.