blob: af2d2664ed062343d2d792a9c531b64d9ff97f60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] bumblebee in mageia (and mentoring)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20bumblebee%20in%20mageia%20%28and%20mentoring%29&In-Reply-To=%3C4F848FD5.8040706%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="014112.html">
<LINK REL="Next" HREF="014113.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] bumblebee in mageia (and mentoring)</H1>
<B>Guillaume Rousse</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20bumblebee%20in%20mageia%20%28and%20mentoring%29&In-Reply-To=%3C4F848FD5.8040706%40gmail.com%3E"
TITLE="[Mageia-dev] bumblebee in mageia (and mentoring)">guillomovitch at gmail.com
</A><BR>
<I>Tue Apr 10 21:53:57 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="014112.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI>Next message: <A HREF="014113.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14111">[ date ]</a>
<a href="thread.html#14111">[ thread ]</a>
<a href="subject.html#14111">[ subject ]</a>
<a href="author.html#14111">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le 10/04/2012 21:12, Maarten Vanraes a écrit :
>>>><i> if [ $1 -eq 1 ]; then
</I>>>>><i> # Initial set
</I>>>>><i> # Enable (but don't start) the unit by default
</I>>>>><i> /bin/systemctl enable bumblebeed.service
</I>>>>><i> fi
</I>>>><i>
</I>>>><i> I don't think this stuff is needed on Mageia, that is done by default.
</I>>><i>
</I>>><i> Really? I didnt knew about it, is there any page documenting that?
</I>>><i> Im quite curious about how is done :)
</I>just read the the add-service helper code, or alternatively the
rpm-helper README file.
><i>
</I>><i> perhaps filetriggers or the post and preun service helpers do all this
</I>><i> automagically... i don't know, i usually just look at other packages.
</I>><i>
</I>><i> i think a provided existing service file is picked up by filetriggers
</I>No, that's handled by add-service helper here.
--
Any program will expand to fill available memory.
-- Murphy's Laws of Computer Programming n°11
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="014112.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI>Next message: <A HREF="014113.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14111">[ date ]</a>
<a href="thread.html#14111">[ thread ]</a>
<a href="subject.html#14111">[ subject ]</a>
<a href="author.html#14111">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|