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

Contents 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.2 - (show annotations) (download)
Tue Oct 7 18:52:05 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

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