View previous topic :: View next topic |
Author |
Message |
guijemont Guest
|
Posted: Fri Jul 16, 2004 15:49 Post subject: bug with software deinstallation |
|
|
HI !
I think I've detected a bug in m23 0.4.8 in the package deinstallation part :
in the file m23normalRemoveInstall.php line 9:
$sql="SELECT params FROM `clientjobs` WHERE id=$id";
should probably be something like :
$sql="SELECT normalPackage FROM `clientjobs` WHERE id=$id";
or else the name of the packages to remove should be put in params when you select a package for removal. As it is without modification, an apt-get -y remove is executed in place of apt-get -y remove <package_name>
regards,
guijemont |
|
Back to top |
|
|
Hauke
Joined: 02 Mar 2003 Posts: 1072
|
Posted: Sun Jul 18, 2004 14:58 Post subject: |
|
|
Quote: | I think I've detected a bug in m23 0.4.8 in the package deinstallation part |
Thank you! Your hint is correct, this is really a bug. This will be fixed in 0.4.10. _________________ Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org
Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de
Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de |
|
Back to top |
|
|
|