diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-December/010210.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-December/010210.html | 160 |
1 files changed, 160 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-December/010210.html b/zarb-ml/mageia-dev/2011-December/010210.html new file mode 100644 index 000000000..d77450b29 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-December/010210.html @@ -0,0 +1,160 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [177078] Add README.urpmi to note that apache needs to be running + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B177078%5D%20Add%20README.urpmi%20to%20note%20that%20apache%0A%09needs%20to%20be%20running&In-Reply-To=%3C4EDD348F.700%40mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="010227.html"> + <LINK REL="Next" HREF="010211.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [177078] Add README.urpmi to note that apache needs to be running</H1> + <B>Anssi Hannula</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B177078%5D%20Add%20README.urpmi%20to%20note%20that%20apache%0A%09needs%20to%20be%20running&In-Reply-To=%3C4EDD348F.700%40mageia.org%3E" + TITLE="[Mageia-dev] [177078] Add README.urpmi to note that apache needs to be running">anssi at mageia.org + </A><BR> + <I>Mon Dec 5 22:15:59 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="010227.html">[Mageia-dev] Subrel for version updates on stable releases +</A></li> + <LI>Next message: <A HREF="010211.html">[Mageia-dev] [177078] Add README.urpmi to note that apache needs to be running +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#10210">[ date ]</a> + <a href="thread.html#10210">[ thread ]</a> + <a href="subject.html#10210">[ subject ]</a> + <a href="author.html#10210">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 05.12.2011 22:54, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A> wrote: +><i> Revision +</I>><i> 177078 +</I>><i> Author +</I>><i> alien +</I>><i> Date +</I>><i> 2011-12-05 21:54:54 +0100 (Mon, 05 Dec 2011) +</I>><i> +</I>><i> +</I>><i> Log Message +</I>><i> +</I>><i> Add README.urpmi to note that apache needs to be running +</I> +Plese use README.install.urpmi instead, otherwise the message will be +shown on every upgrade. + +See +<A HREF="https://wiki.mageia.org/en/Packagers_RPM_tutorial#Interaction_with_urpmi_and_rpmdrake">https://wiki.mageia.org/en/Packagers_RPM_tutorial#Interaction_with_urpmi_and_rpmdrake</A> + + +><i> Modified Paths +</I>><i> +</I>><i> * cauldron/urpmi-proxy/current/SPECS/urpmi-proxy.spec +</I>><i> <#cauldronurpmiproxycurrentSPECSurpmiproxyspec> +</I>><i> +</I>><i> Modified: cauldron/urpmi-proxy/current/SPECS/urpmi-proxy.spec +</I>><i> =================================================================== +</I>><i> --- cauldron/urpmi-proxy/current/SPECS/urpmi-proxy.spec 2011-12-05 20:44:07 UTC (rev 177077) +</I>><i> +++ cauldron/urpmi-proxy/current/SPECS/urpmi-proxy.spec 2011-12-05 20:54:54 UTC (rev 177078) +</I>><i> @@ -1,6 +1,6 @@ +</I>><i> Name: urpmi-proxy +</I>><i> Version: 0.2.4 +</I>><i> -Release: %mkrel 1 +</I>><i> +Release: %mkrel 2 +</I>><i> Summary: A proxy for urpmi repository mirrors +</I>><i> Group: System/Configuration/Packaging +</I>><i> License: GPLv2+ +</I>><i> @@ -22,7 +22,7 @@ +</I>><i> extra repository so you can provide extra or modified packages. +</I>><i> +</I>><i> %files +</I>><i> -%doc README AUTHORS TODO INSTALL LICENSE +</I>><i> +%doc README AUTHORS TODO INSTALL LICENSE README.urpmi +</I>><i> %attr(0750,apache,apache) %dir %{_var}/cache/urpmi-proxy +</I>><i> %attr(0750,apache,apache) %config(noreplace) %{_var}/log/urpmi-proxy.log +</I>><i> %attr(0750,root,apache) %dir %{_datadir}/urpmi-proxy +</I>><i> @@ -37,6 +37,17 @@ +</I>><i> +</I>><i> %build +</I>><i> +</I>><i> +cat > README.urpmi <<EOF +</I>><i> + +</I>><i> +NOTE: urpmi-proxy functions as an apache webapp, so apache service will have +</I>><i> +to be started for urpmi-proxy to work, if apache is now installed as a +</I>><i> +dependency, chances are high that it's not yet running, even though it's +</I>><i> +installed. you can start apache with: +</I>><i> + +</I>><i> + /etc/init.d/httpd start +</I>><i> + +</I>><i> +EOF +</I>><i> + +</I>><i> %install +</I>><i> rm -fr %{buildroot} +</I>><i> %{__mkdir_p} %{buildroot}%{_var}/cache/urpmi-proxy +</I>><i> +</I>><i> +</I> + +-- +Anssi Hannula +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="010227.html">[Mageia-dev] Subrel for version updates on stable releases +</A></li> + <LI>Next message: <A HREF="010211.html">[Mageia-dev] [177078] Add README.urpmi to note that apache needs to be running +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#10210">[ date ]</a> + <a href="thread.html#10210">[ thread ]</a> + <a href="subject.html#10210">[ subject ]</a> + <a href="author.html#10210">[ 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> |