head 1.7; access; symbols OPENPKG_E1_MP_HEAD:1.6 OPENPKG_E1_MP:1.6 OPENPKG_E1_MP_2_STABLE:1.6.2.2 OPENPKG_E1_FP:1.6.2.2 OPENPKG_2_STABLE_MP:1.6 OPENPKG_2_STABLE_20061018:1.6.2.2 OPENPKG_2_STABLE:1.6.0.2 OPENPKG_CW_FP:1.5; locks; strict; comment @# @; 1.7 date 2009.06.08.07.56.18; author rse; state dead; branches; next 1.6; commitid Uubo7ZACyXSEF1Rt; 1.6 date 2005.04.23.17.55.23; author rse; state Exp; branches 1.6.2.1; next 1.5; 1.5 date 2005.01.06.09.39.26; author rse; state Exp; branches; next 1.4; 1.4 date 2004.07.12.17.40.28; author rse; state Exp; branches; next 1.3; 1.3 date 2004.03.29.10.51.04; author ms; state Exp; branches; next 1.2; 1.2 date 2003.12.08.19.24.39; author rse; state Exp; branches; next 1.1; 1.1 date 2003.10.12.10.04.29; author rse; state Exp; branches; next ; 1.6.2.1 date 2005.04.23.17.55.23; author rse; state dead; branches; next 1.6.2.2; commitid iZxwRSmmWscPXUQr; 1.6.2.2 date 2006.10.16.14.52.56; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.7 log @OpenPKG primarily is about server-computing, so remove some of the dedicated GUI applications @ text @Index: mozplugger.c --- mozplugger.c.orig 2005-04-16 21:19:59 +0200 +++ mozplugger.c 2005-04-23 19:52:14 +0200 @@@@ -568,16 +568,7 @@@@ if (cb(fname, data)) return 1; } - snprintf(fname, sizeof(fname), "/etc/%s", basename); - if (cb(fname, data)) return 1; - - snprintf(fname, sizeof(fname), "/usr/etc/%s", basename); - if (cb(fname, data)) return 1; - - snprintf(fname, sizeof(fname), "/usr/local/mozilla/%s", basename); - if (cb(fname, data)) return 1; - - snprintf(fname, sizeof(fname), "/usr/local/netscape/%s", basename); + snprintf(fname, sizeof(fname), "@@l_prefix@@/etc/mozilla-plugger/%s", basename); if (cb(fname, data)) return 1; if (cb(basename, data)) return 1; @ 1.6 log @upgrading package: mozilla-plugger 1.7.1 -> 1.7.2 @ text @@ 1.6.2.1 log @file mozilla-plugger.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:52:56 +0000 @ text @d1 21 @ 1.6.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 21 Index: mozplugger.c --- mozplugger.c.orig 2005-04-16 21:19:59 +0200 +++ mozplugger.c 2005-04-23 19:52:14 +0200 @@@@ -568,16 +568,7 @@@@ if (cb(fname, data)) return 1; } - snprintf(fname, sizeof(fname), "/etc/%s", basename); - if (cb(fname, data)) return 1; - - snprintf(fname, sizeof(fname), "/usr/etc/%s", basename); - if (cb(fname, data)) return 1; - - snprintf(fname, sizeof(fname), "/usr/local/mozilla/%s", basename); - if (cb(fname, data)) return 1; - - snprintf(fname, sizeof(fname), "/usr/local/netscape/%s", basename); + snprintf(fname, sizeof(fname), "@@l_prefix@@/etc/mozilla-plugger/%s", basename); if (cb(fname, data)) return 1; if (cb(basename, data)) return 1; @ 1.5 log @upgrading package: mozilla-plugger 1.7.0 -> 1.7.1 @ text @a0 15 Index: mozplugger-controller.c --- mozplugger-controller.c.orig 2005-01-04 18:46:45 +0100 +++ mozplugger-controller.c 2005-01-06 10:34:49 +0100 @@@@ -147,7 +147,11 @@@@ if(!pid) { char *cmd[4]; +#ifdef __FreeBSD__ + setpgrp(0, 0); +#else setpgrp(); +#endif cmd[0]="/bin/sh"; cmd[1]="-c"; cmd[2]=argv[1]; d2 3 a4 3 --- mozplugger.c.orig 2005-01-04 19:04:48 +0100 +++ mozplugger.c 2005-01-06 10:35:26 +0100 @@@@ -566,16 +566,7 @@@@ @ 1.4 log @upgrading package: mozilla-plugger 1.5.2 -> 1.6.0 @ text @d2 2 a3 2 --- mozplugger-controller.c.orig 2004-07-10 03:52:50 +0200 +++ mozplugger-controller.c 2004-07-12 19:39:41 +0200 d17 3 a19 3 --- mozplugger.c.orig 2004-07-10 12:20:50 +0200 +++ mozplugger.c 2004-07-12 19:38:52 +0200 @@@@ -557,13 +557,7 @@@@ d25 1 d28 1 d31 1 d35 1 a36 1 @ 1.3 log @upgrading package: mozilla-plugger 1.5.1 -> 1.5.2 @ text @d2 2 a3 2 --- mozplugger-controller.c.orig 2003-10-21 23:41:41.000000000 +0200 +++ mozplugger-controller.c 2003-12-08 20:23:58.000000000 +0100 d5 3 a7 3 if(!pid) { char *cmd[4]; d9 1 a9 1 + setpgrp(0, 0); d11 1 a11 1 setpgrp(); d13 3 a15 3 cmd[0]="/bin/sh"; cmd[1]="-c"; cmd[2]=argv[1]; d17 3 a19 3 --- mozplugger.c.orig 2003-12-06 18:31:02.000000000 +0100 +++ mozplugger.c 2003-12-08 20:21:11.000000000 +0100 @@@@ -559,13 +559,7 @@@@ @ 1.2 log @upgrading package: mozilla-plugger 1.3.2 -> 1.4.1 @ text @d19 1 a19 1 @@@@ -554,13 +554,7 @@@@ @ 1.1 log @new package: mozilla-plugger 1.3.2 (Mozilla Generic Plugin) @ text @d1 15 d17 3 a19 3 --- mozplugger.c.orig 2003-09-10 05:45:16.000000000 +0200 +++ mozplugger.c 2003-10-12 11:59:19.000000000 +0200 @@@@ -490,13 +490,7 @@@@ d27 1 a27 1 - snprintf(fname, sizeof(fname), "/usr/local/etc/%s", basename); @