Merge branch 'bugfix/git-https' into experimental
[tails-test.git] / config / chroot_local-patches / do_not_start_i2p_on_boot.diff
blob40783b9bba78eec834cea4375f5992b280653eaa
1 Tails specific: i2p sould not start per default. At some point we want
2 some script to start i2p during init if so selected in tails-greeter,
3 but at the moment users have to start the i2p script manually.
5 --- chroot.orig/etc/init.d/i2p 2012-09-24 10:05:13.021047615 +0200
6 +++ chroot/etc/init.d/i2p 2012-09-24 10:03:30.638108333 +0200
7 @@ -7,2 +7,2 @@
8 -# Default-Start: 2 3 4 5
9 +# Default-Start:
10 -# Default-Stop: 0 1 6
11 +# Default-Stop: 0 1 6 2 3 4 5