/[smeserver]/rpms/e-smith-pop3/sme8/e-smith-pop3-1.2.0-startstop.patch
ViewVC logotype

Annotation of /rpms/e-smith-pop3/sme8/e-smith-pop3-1.2.0-startstop.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 19:19:36 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-pop3-1_2_0-3_el5_sme
Import on branch sme8 of package e-smith-pop3-1.2.0-3.el5.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-pop3-1.2.0/createlinks mezzanine_patched_e-smith-pop3-1.2.0/createlinks
2     --- e-smith-pop3-1.2.0/createlinks 2005-08-10 16:49:09.000000000 -0400
3     +++ mezzanine_patched_e-smith-pop3-1.2.0/createlinks 2006-03-24 16:00:48.000000000 -0500
4     @@ -2,7 +2,8 @@
5    
6     use esmith::Build::CreateLinks qw(:all);
7    
8     -foreach my $event (qw(bootstrap-console-save network-delete network-create email-update))
9     +foreach my $event (qw(
10     + bootstrap-console-save network-delete network-create email-update))
11     {
12     foreach (qw(pop3/peers/0 pop3/peers/local pop3s/peers/0 pop3s/peers/local))
13     {
14     @@ -10,9 +11,12 @@
15     }
16     }
17    
18     -foreach my $event (qw(network-delete network-create))
19     +foreach my $event (qw(network-delete network-create email-update))
20     {
21     - safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/pop3");
22     + safe_symlink("sigusr1",
23     + "root/etc/e-smith/events/$event/services2adjust/pop3");
24     + safe_symlink("sigusr1",
25     + "root/etc/e-smith/events/$event/services2adjust/pop3s");
26     }
27    
28     safe_symlink("daemontools", "root/etc/rc.d/init.d/pop3");

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