/[smeserver]/rpms/e-smith-runit/sme10/e-smith-runit-2.6.0-systemd.patch
ViewVC logotype

Diff of /rpms/e-smith-runit/sme10/e-smith-runit-2.6.0-systemd.patch

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

Revision 1.1 by unnilennium, Wed Mar 23 13:48:03 2016 UTC Revision 1.2 by unnilennium, Sun Mar 27 18:38:44 2016 UTC
# Line 1  Line 1 
 diff -Nur e-smith-runit-2.6.0.old/createlinks e-smith-runit-2.6.0/createlinks  
 --- e-smith-runit-2.6.0.old/createlinks 2002-06-05 16:46:14.000000000 -0400  
 +++ e-smith-runit-2.6.0/createlinks     2016-03-23 09:42:27.721000000 -0400  
 @@ -21,3 +21,6 @@  
      or die "Can't symlink to root/etc/e-smith/events/${event}/S${level}${action}:".  
         " $!";  
  }  
 +  
 +symlink("/usr/lib/systemd/system/runit.service",  
 +               "/usr/lib/systemd/system/multi-user.target.wants/runit.service")  
1  diff -Nur e-smith-runit-2.6.0.old/root/usr/lib/systemd/system/runit.service e-smith-runit-2.6.0/root/usr/lib/systemd/system/runit.service  diff -Nur e-smith-runit-2.6.0.old/root/usr/lib/systemd/system/runit.service e-smith-runit-2.6.0/root/usr/lib/systemd/system/runit.service
2  --- e-smith-runit-2.6.0.old/root/usr/lib/systemd/system/runit.service   1969-12-31 19:00:00.000000000 -0500  --- e-smith-runit-2.6.0.old/root/usr/lib/systemd/system/runit.service   1969-12-31 19:00:00.000000000 -0500
3  +++ e-smith-runit-2.6.0/root/usr/lib/systemd/system/runit.service       2016-03-23 09:36:00.468000000 -0400  +++ e-smith-runit-2.6.0/root/usr/lib/systemd/system/runit.service       2016-03-23 09:36:00.468000000 -0400
# Line 26  diff -Nur e-smith-runit-2.6.0.old/root/u Line 16  diff -Nur e-smith-runit-2.6.0.old/root/u
16  +  +
17  +[Install]  +[Install]
18  +WantedBy=multi-user.target  +WantedBy=multi-user.target
19    diff -Nur e-smith-runit-2.6.0.old/createlinks e-smith-runit-2.6.0/createlinks
20    --- e-smith-runit-2.6.0.old/createlinks 2002-06-05 16:46:14.000000000 -0400
21    +++ e-smith-runit-2.6.0/createlinks     2016-03-27 14:21:12.386000000 -0400
22    @@ -21,3 +21,9 @@
23         or die "Can't symlink to root/etc/e-smith/events/${event}/S${level}${action}:".
24            " $!";
25     }
26    +
27    +system('mkdir -p root/usr/lib/systemd/system/multi-user.target.wants/');
28    +       unlink "root/usr/lib/systemd/system/multi-user.target.wants/runit.service";
29    +symlink("/usr/lib/systemd/system/runit.service",
30    +               "root/usr/lib/systemd/system/multi-user.target.wants/runit.service")
31    +       or die "Can't symlink to root/usr/lib/systemd/system/multi-user.target.wants/runit.service: $!";


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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