blob: f615e08bcd8f720e61e5fca590da2888ff4af127 (
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
92
|
<!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=%3C201204102154.36295.alien%40rmail.be%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="014111.html">
<LINK REL="Next" HREF="014107.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] bumblebee in mageia (and mentoring)</H1>
<B>Maarten Vanraes</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=%3C201204102154.36295.alien%40rmail.be%3E"
TITLE="[Mageia-dev] bumblebee in mageia (and mentoring)">alien at rmail.be
</A><BR>
<I>Tue Apr 10 21:54:36 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="014111.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI>Next message: <A HREF="014107.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14113">[ date ]</a>
<a href="thread.html#14113">[ thread ]</a>
<a href="subject.html#14113">[ subject ]</a>
<a href="author.html#14113">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Op dinsdag 10 april 2012 21:53:57 schreef Guillaume Rousse:
><i> Le 10/04/2012 21:12, Maarten Vanraes a écrit :
</I>><i> >>>> if [ $1 -eq 1 ]; then
</I>><i> >>>>
</I>><i> >>>> # Initial set
</I>><i> >>>> # Enable (but don't start) the unit by default
</I>><i> >>>> /bin/systemctl enable bumblebeed.service
</I>><i> >>>>
</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>><i>
</I>><i> just read the the add-service helper code, or alternatively the
</I>><i> rpm-helper README file.
</I>><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>><i>
</I>><i> No, that's handled by add-service helper here.
</I>
thanks for correcting me
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="014111.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI>Next message: <A HREF="014107.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14113">[ date ]</a>
<a href="thread.html#14113">[ thread ]</a>
<a href="subject.html#14113">[ subject ]</a>
<a href="author.html#14113">[ 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>
|