Difference between revisions of "Crontab Manager"
Line 2: | Line 2: | ||
{{Needs review}} | {{Needs review}} | ||
=Crontab Manager for SME 6.x & 7.x= | =Crontab Manager for SME 6.x & 7.x= | ||
− | see [[bugzilla:7464]] Ap.Muthu's updated Version 2.1-1 for SME 6/7/8/9 is available [http://www.apmuthu.com/files/smeserver-crontab_manager-2.1-1.zip '''here''']. Not yet in the smecontribs repos. Manually install with: | + | see [[bugzilla:7464]] Ap.Muthu's updated Version 2.1-1 for SME 6/7/8/9 is available in the [http://bugs.contribs.org/attachment.cgi?id=3732 bugtracker site] and [http://www.apmuthu.com/files/smeserver-crontab_manager-2.1-1.zip '''cached here''']. Not yet in the smecontribs repos. Manually install with: |
rpm -Uvh smeserver-crontab_manager-2.1-1.noarch.rpm | rpm -Uvh smeserver-crontab_manager-2.1-1.noarch.rpm | ||
Revision as of 15:45, 7 March 2013
Crontab Manager for SME 6.x & 7.x
see bugzilla:7464 Ap.Muthu's updated Version 2.1-1 for SME 6/7/8/9 is available in the bugtracker site and cached here. Not yet in the smecontribs repos. Manually install with:
rpm -Uvh smeserver-crontab_manager-2.1-1.noarch.rpm
When using it in SME 9, move the cronmanager.pm file to the appropriate perl folder.
Maintainer
Description
Cron Manager in the server-manager.
Installation
wget "http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=232" yum localinstall sme-crontab_manager-1.2-4.noarch.rpm
Uninstallation
rpm -e sme-crontab_manager
Use
You can access Crontab Manager interface in the server-manager and then you can easily create/delete crons.
After you made your changes, it is necessary to manually run the following command from the command line:
expand-template /etc/crontab
Without this command, the Crontab contrib does NOT apply the changes you made via the server-manager (Reason: Crontab Manager was developed for SME 6.* and developement seems to be discontinued).
Convert to UTF8
This contrib was developped with a non utf8 format to convert it safely after installation if you are unable to access to the server-manager panel, as root:
cd ~ wget http://smeserver.pialasse.com/fichiers/convert_utf-8.sh sh convert_utf-8.sh