source: npl/internetserver/php5/post.php5 @ 75064bd

Last change on this file since 75064bd was 75064bd, checked in by Edwin Eefting <edwin@datux.nl>, 6 years ago

fix: moved service file to correct place

  • Property mode set to 100644
File size: 353 bytes
Line 
1#!/bin/bash
2
3#delete channel definitions, these are generated automaticly and the previous ones are incompatible!
4rm /usr/php5/php/.channels/pear.php.net.reg /usr/php5/php/.channels/doc.php.net.reg /usr/php5/php/.channels/pecl.php.net.reg
5
6#delete old stuff
7rm /etc/php5/memcache.ini
8
9#apache moet opnieuw gestart
10svcrestart /service/apache2 || exit 1
Note: See TracBrowser for help on using the repository browser.