/[smecontribs]/rpms/smeserver-qmHandle/contribs7/smeserver-qmHandle-1.3.5-01.patch
ViewVC logotype

Contents of /rpms/smeserver-qmHandle/contribs7/smeserver-qmHandle-1.3.5-01.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Aug 31 04:11:55 2012 UTC (11 years, 8 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-qmHandle-1_3_5-4_el4_sme, HEAD
Changes since 1.1: +2 -2 lines
* Fri Aug 31 2012 JP Pialasse <tests@pialasse.com> 1.3.5.4.sme
- fixed svc path

1 --- smeserver-qmHandle-1.3.5/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/qmh 2008-07-06 10:48:47.000000000 -0400
2 +++ smeserver-qmHandle-1.3.5/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/qmh 2012-08-22 00:25:51.000000000 -0400
3 @@ -55,7 +55,7 @@
4 </entry>
5 <entry>
6 <base>RESEND_QUEUE</base>
7 - <trans>Voir les nouveaux messages de la file d'attente maintenant (qmail doit ĂȘtre en fonction)</trans>
8 + <trans>Renvoyer les messages de la file d'attente maintenant (qmail doit ĂȘtre en fonction)</trans>
9 </entry>
10 <entry>
11 <base>DELETE_MSG_TITLEB</base>
12 --- smeserver-qmHandle-1.3.5/root/usr/bin/qmHandle 2008-03-30 14:56:40.000000000 -0400
13 +++ smeserver-qmHandle-1.3.5/root/usr/bin/qmHandle 2012-08-22 00:30:07.000000000 -0400
14 @@ -26,8 +26,12 @@
15 # ### Be sure to uncomment only ONE of each variable declarations ###
16
17 # For instance, this is if you have DJB's daemontools
18 -my ($stopqmail) = '/usr/local/bin/svc -d /service/qmail';
19 -my ($startqmail) = '/usr/local/bin/svc -u /service/qmail';
20 +#my ($stopqmail) = '/usr/bin/svc -d /service/qmail';
21 +#my ($startqmail) = '/usr/bin/svc -u /service/qmail';
22 +
23 +# For SME server 7 and 8 this is now sv instead of svc
24 +my ($stopqmail) = '/usr/local/bin/sv -v down qmail';
25 +my ($startqmail) = '/usr/local/bin/sv -v up qmail';
26
27 # While this is if you have a Debian GNU/Linux with its qmail package
28 #my ($stopqmail) = '/etc/init.d/qmail stop';
29 @@ -47,7 +51,8 @@
30 #####
31 # Enter here the system command which returns qmail PID. The following
32 # should work on most Unixes:
33 -my ($pidcmd) = 'pidof qmail-send';
34 +#my ($pidcmd) = 'pidof qmail-send';
35 +my ($pidcmd) = '/sbin/pidof qmail-send';
36
37 #################### USER CONFIGURATION END ####################
38

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed