blob: 2eee0243b5da200ba0b6dd1c21de80082b698795 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Anyone know where /usr/bin/shutdown comes from?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Anyone%20know%20where%20/usr/bin/shutdown%20comes%20from%3F&In-Reply-To=%3Cm3y5klhfii.fsf%40euphor.blino.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="018530.html">
<LINK REL="Next" HREF="018540.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Anyone know where /usr/bin/shutdown comes from?</H1>
<B>Olivier Blin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Anyone%20know%20where%20/usr/bin/shutdown%20comes%20from%3F&In-Reply-To=%3Cm3y5klhfii.fsf%40euphor.blino.org%3E"
TITLE="[Mageia-dev] Anyone know where /usr/bin/shutdown comes from?">mageia at blino.org
</A><BR>
<I>Fri Sep 7 20:08:53 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="018530.html">[Mageia-dev] Anyone know where /usr/bin/shutdown comes from?
</A></li>
<LI>Next message: <A HREF="018540.html">[Mageia-dev] Anyone know where /usr/bin/shutdown comes from?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18532">[ date ]</a>
<a href="thread.html#18532">[ thread ]</a>
<a href="subject.html#18532">[ subject ]</a>
<a href="author.html#18532">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Colin Guthrie <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> writes:
><i> Not owned by any package so presumably it's from a %post or similar.
</I>><i> Anyone know which package or a way to easily search for it?
</I>
Looks like it's created by msec, see /usr/share/msec/plugins/msec.py:
shutdown.exists() or shutdown.symlink(CONSOLE_HELPER)
And from "rpm -q --scripts usermode":
postinstall scriptlet (using /bin/sh):
if [ ! -z "$SECURE_LEVEL" ];then
if [ -x /usr/sbin/msec -a "$SECURE_LEVEL" -gt "3" ]; then
/usr/sbin/msec $SECURE_LEVEL || true ; fi
fi
--
Olivier Blin - blino
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="018530.html">[Mageia-dev] Anyone know where /usr/bin/shutdown comes from?
</A></li>
<LI>Next message: <A HREF="018540.html">[Mageia-dev] Anyone know where /usr/bin/shutdown comes from?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18532">[ date ]</a>
<a href="thread.html#18532">[ thread ]</a>
<a href="subject.html#18532">[ subject ]</a>
<a href="author.html#18532">[ 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>
|