Ignore:
Timestamp:
10/22/09 19:09:30 (3 years ago)
Author:
tschmitt
Message:

Tippfehler in /etc/apache2/mods-available/userdir.conf gefixt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-base/trunk/debian/postinst

    r549 r550  
    614614                                fi 
    615615 
    616        # fixing apache's userdir.conf (1.4.50-1) 
     616       # fixing apache's userdir.conf (1.4.50-2) 
    617617       conffile=/etc/apache2/mods-available/userdir.conf 
    618618       if [ -e "$conffile" ]; then 
    619         if ! grep -q "# modified by linuxmuster-base 1.4.50-1" $conffile; then 
     619        if ! grep -q "# modified by linuxmuster-base 1.4.50-2" $conffile; then 
    620620         echo "Fixing $conffile ..." 
    621621         cp $conffile ${conffile}.dpkg-old 
Note: See TracChangeset for help on using the changeset viewer.