From pwcazenave at gmail.com Tue May 3 16:40:20 2011 From: pwcazenave at gmail.com (Pierre Cazenave) Date: Tue, 03 May 2011 17:40:20 +0100 Subject: [sbopkg-users] yasm Message-ID: <4DC02FF4.9070606@gmail.com> Hi, I just loaded up the ffmpeg queue file from http://gitorious.org/sbopkg-slackware-queues/sbopkg-slackware-queues/trees/master and got a notice from sbopkg that yasm couldn't be found in the 13.37 SBo repository. Looking through the commit logs for SlackBuilds.org, I see this one: http://slackbuilds.org/gitweb/?p=slackbuilds.git;a=commit;h=3bceaa3e8d2c05995454996d693beb9b29715710 Since yasm is now part of Slackware, I presume the queue files need to be updated? grepping for yasm in all the queue files, I get this list of affected queue files: pwc at slack:/var/lib/sbopkg/queues> grep yasm * | cut -f1 -d: HandBrake.sqf chromium.sqf libvpx.sqf mac.sqf x264.sqf yasm.sqf yasm.sqf Obviously yasm.sqf will also be redundant. Pierre From mauro.giachero at gmail.com Tue May 3 21:06:42 2011 From: mauro.giachero at gmail.com (Mauro Giachero) Date: Tue, 3 May 2011 23:06:42 +0200 Subject: [sbopkg-users] yasm In-Reply-To: References: <4DC02FF4.9070606@gmail.com> Message-ID: Hello Pierre, Thank you, I took care of that in my local copy. I'm currently in the process of updating the repository to support Slackware 13.37 (there have been quite a lot of changes since 13.1), you'll be able to enjoy a better experience in a few days. Regards -- Mauro Giachero Sent from my Android phone. Il giorno 03/mag/2011 18:40, "Pierre Cazenave" ha scritto: Hi, I just loaded up the ffmpeg queue file from http://gitorious.org/sbopkg-slackware-queues/sbopkg-slackware-queues/trees/masterand got a notice from sbopkg that yasm couldn't be found in the 13.37 SBo repository. Looking through the commit logs for SlackBuilds.org, I see this one: http://slackbuilds.org/gitweb/?p=slackbuilds.git;a=commit;h=3bceaa3e8d2c05995454996d693beb9b29715710 Since yasm is now part of Slackware, I presume the queue files need to be updated? grepping for yasm in all the queue files, I get this list of affected queue files: pwc at slack:/var/lib/sbopkg/queues> grep yasm * | cut -f1 -d: HandBrake.sqf chromium.sqf libvpx.sqf mac.sqf x264.sqf yasm.sqf yasm.sqf Obviously yasm.sqf will also be redundant. Pierre _______________________________________________ sbopkg-users mailing list sbopkg-users at sbopkg.org http://sbopkg.org/mailman/listinfo/sbopkg-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From cnguyenminhtan at free.fr Wed May 4 11:43:34 2011 From: cnguyenminhtan at free.fr (cnguyenminhtan at free.fr) Date: Wed, 4 May 2011 13:43:34 +0200 (CEST) Subject: [sbopkg-users] How to make packages with one's own tag recognized by sbopkg Message-ID: <1927507284.2723721304509414147.JavaMail.root@zimbra10-e2.priv.proxad.net> Hello, I subscribed to the mailing list :) Thank you for answer. Indeed the following worked: TAG=my_tag sbopkg I will now investigate the local.repo solution. Regards, Christophe On 2011-04-28 (Thu) 23:11:44 [+0200], cnguyenminhtan at free.fr wrote: > Hello, > > I've created packages using sbopkg and used a TAG option to change the > "_SBo" tag because I wanted to share those packages on my site. This > change of tag was needed in order to comply with guidelines regarding > distribution of packages based on SlackBuilds.org scripts (refer to > SBo FAQ #21). > > I've found out that those packages with renamed tags are not > recognized as installed by sbopkg. I can understand such a situation > but I'm curious to know if there exists (or is being planned) an > option to enable custom tags to be recognized by sbopkg. > > I'm a bit light as a developer so I can not suggest a design/patch to > implement such a feature. > > Thank you in advance for any clarification. > The best thing to do would be to create an additional repo file for your repository (see README-repos) or just replace 'SBo' with your tag in the local.repo file. You could even just run TAG=your_tag sbopkg if it would work well enough for you. If none of those work for you, let me know. BTW, could you please subscribe to the list? I have to individually approve people when they send mail as non-subscribers. From cnguyenminhtan at free.fr Wed May 4 21:05:57 2011 From: cnguyenminhtan at free.fr (cnguyenminhtan at free.fr) Date: Wed, 4 May 2011 23:05:57 +0200 (CEST) Subject: [sbopkg-users] How to make packages with one's own tag recognized by sbopkg In-Reply-To: <1927507284.2723721304509414147.JavaMail.root@zimbra10-e2.priv.proxad.net> Message-ID: <1339608624.2885461304543157292.JavaMail.root@zimbra10-e2.priv.proxad.net> Hello, I changed the TAG part in file 40-sbo.repo (instead of 50-local.repo because I'm using the SlackBuild.org 13.37 repository) and it also worked. Also adding this line to sbopkg.conf worked: export TAG=${TAG:-cngu} For now, I stay with the change in repo file (I guess I'll have to do the change after each upgrade of the sbopkg package). Thanks for the help. Christophe ----- Mail Original ----- De: cnguyenminhtan at free.fr ?: "sbopkg-users" Envoy?: Mercredi 4 Mai 2011 13h43:34 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: [sbopkg-users] How to make packages with one's own tag recognized by sbopkg Hello, I subscribed to the mailing list :) Thank you for answer. Indeed the following worked: TAG=my_tag sbopkg I will now investigate the local.repo solution. Regards, Christophe On 2011-04-28 (Thu) 23:11:44 [+0200], cnguyenminhtan at free.fr wrote: > Hello, > > I've created packages using sbopkg and used a TAG option to change the > "_SBo" tag because I wanted to share those packages on my site. This > change of tag was needed in order to comply with guidelines regarding > distribution of packages based on SlackBuilds.org scripts (refer to > SBo FAQ #21). > > I've found out that those packages with renamed tags are not > recognized as installed by sbopkg. I can understand such a situation > but I'm curious to know if there exists (or is being planned) an > option to enable custom tags to be recognized by sbopkg. > > I'm a bit light as a developer so I can not suggest a design/patch to > implement such a feature. > > Thank you in advance for any clarification. > The best thing to do would be to create an additional repo file for your repository (see README-repos) or just replace 'SBo' with your tag in the local.repo file. You could even just run TAG=your_tag sbopkg if it would work well enough for you. If none of those work for you, let me know. BTW, could you please subscribe to the list? I have to individually approve people when they send mail as non-subscribers. _______________________________________________ sbopkg-users mailing list sbopkg-users at sbopkg.org http://sbopkg.org/mailman/listinfo/sbopkg-users From slakmagik at gmail.com Wed May 4 21:37:32 2011 From: slakmagik at gmail.com (slakmagik) Date: Wed, 4 May 2011 17:37:32 -0400 Subject: [sbopkg-users] How to make packages with one's own tag recognized by sbopkg In-Reply-To: <1339608624.2885461304543157292.JavaMail.root@zimbra10-e2.priv.proxad.net> References: <1927507284.2723721304509414147.JavaMail.root@zimbra10-e2.priv.proxad.net> <1339608624.2885461304543157292.JavaMail.root@zimbra10-e2.priv.proxad.net> Message-ID: <20110504213732.GA32642@devbox> On 2011-05-04 (Wed) 23:05:57 [+0200], cnguyenminhtan at free.fr wrote: > Hello, > > I changed the TAG part in file 40-sbo.repo (instead of 50-local.repo because I'm using the SlackBuild.org 13.37 repository) and it also worked. > > Also adding this line to sbopkg.conf worked: > > export TAG=${TAG:-cngu} > > For now, I stay with the change in repo file (I guess I'll have to do the change after each upgrade of the sbopkg package). Well, if exporting the TAG from the config file works for you, you might not need the repo file change (I couldn't remember if just changing the tag covered everything like searching for updates and so on, but I believe it does). If you really did, you could create a 00-cngu file or something that SBo wouldn't mess with, though that would take a few more steps. > > Thanks for the help. Welcome. > ----- Mail Original ----- > De: cnguyenminhtan at free.fr > ?: "sbopkg-users" > Envoy?: Mercredi 4 Mai 2011 13h43:34 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne > Objet: [sbopkg-users] How to make packages with one's own tag recognized by sbopkg > > Hello, > > I subscribed to the mailing list :) > Thanks. :) From cnguyenminhtan at free.fr Thu May 5 21:16:01 2011 From: cnguyenminhtan at free.fr (cnguyenminhtan at free.fr) Date: Thu, 5 May 2011 23:16:01 +0200 (CEST) Subject: [sbopkg-users] How to make packages with one's own tag recognized by sbopkg In-Reply-To: <20110504213732.GA32642@devbox> Message-ID: <1223922606.3182791304630161709.JavaMail.root@zimbra10-e2.priv.proxad.net> Hello, Your proposal to create a 00-cngu repo works well. I'll stay with this option for now. Thanks again, Regards, Christophe ----- Mail Original ----- De: "slakmagik" ?: sbopkg-users at sbopkg.org Envoy?: Mercredi 4 Mai 2011 23h37:32 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [sbopkg-users] How to make packages with one's own tag recognized by sbopkg On 2011-05-04 (Wed) 23:05:57 [+0200], cnguyenminhtan at free.fr wrote: > Hello, > > I changed the TAG part in file 40-sbo.repo (instead of 50-local.repo because I'm using the SlackBuild.org 13.37 repository) and it also worked. > > Also adding this line to sbopkg.conf worked: > > export TAG=${TAG:-cngu} > > For now, I stay with the change in repo file (I guess I'll have to do the change after each upgrade of the sbopkg package). Well, if exporting the TAG from the config file works for you, you might not need the repo file change (I couldn't remember if just changing the tag covered everything like searching for updates and so on, but I believe it does). If you really did, you could create a 00-cngu file or something that SBo wouldn't mess with, though that would take a few more steps. > > Thanks for the help. Welcome. > ----- Mail Original ----- > De: cnguyenminhtan at free.fr > ?: "sbopkg-users" > Envoy?: Mercredi 4 Mai 2011 13h43:34 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne > Objet: [sbopkg-users] How to make packages with one's own tag recognized by sbopkg > > Hello, > > I subscribed to the mailing list :) > Thanks. :) _______________________________________________ sbopkg-users mailing list sbopkg-users at sbopkg.org http://sbopkg.org/mailman/listinfo/sbopkg-users From joni at shade-fx.com Thu May 19 13:11:26 2011 From: joni at shade-fx.com (Joni Martikainen) Date: Thu, 19 May 2011 16:11:26 +0300 Subject: [sbopkg-users] sbopkg hardcoded nice Message-ID: <4DD516FE.9030705@shade-fx.com> Hi, I was asking on irc channel that why sbopkg run every build process niced and someone pointed me to raise discussion on mailing list about this issue. So is the reason to run everything niced to maintain better responsiveness during build process? I found this thing a bit annoying because if nice is hard coded like it is, it is pretty much impossible to make builds be done just nice level 0. Sometimes person might want to run build process at normal priority level and it is now impossible. I think that would be better to keep sbopkg priority untouched and allow the user set the nice if he feels so. Current behaviour can be reached just by running whole sbopkg niced. The best solution could be to make nice value configurable in sbopkg.conf Regards, Joni From mauro.giachero at gmail.com Thu May 19 14:48:12 2011 From: mauro.giachero at gmail.com (Mauro Giachero) Date: Thu, 19 May 2011 16:48:12 +0200 Subject: [sbopkg-users] sbopkg hardcoded nice In-Reply-To: <4DD516FE.9030705@shade-fx.com> References: <4DD516FE.9030705@shade-fx.com> Message-ID: On Thu, May 19, 2011 at 15:11, Joni Martikainen wrote: > Hi, > Hi Joni, thank you for your suggestion. > I was asking on irc channel that why sbopkg run every build process niced > and someone pointed me to raise discussion on mailing list about this issue. > > So is the reason to run everything niced to maintain better responsiveness > during build process? Yes. > I found this thing a bit annoying because if nice is hard coded like it is, > it is pretty much impossible to make builds be done just nice level 0. > Sometimes person might want to run build process at normal priority level > and it is now impossible. > > I think that would be better to keep sbopkg priority untouched and allow > the user set the nice if he feels so. Current behaviour can be reached just > by running whole sbopkg niced. Well, this isn't exactly the same thing (I don't want my pc slowed down by a background build, but I also don't want to have a laggy dialog interface when I have builds running in the background). > The best solution could be to make nice value configurable in sbopkg.conf > This is easy to do. Would you be so kind to open an enhancement ticket at http://code.google.com/p/sbopkg/issues/list so that it doesn't get forgotten? Regards, > > Joni > Bye -- Mauro Giachero -------------- next part -------------- An HTML attachment was scrubbed... URL: From eftertanke at fastmail.fm Fri May 27 23:47:34 2011 From: eftertanke at fastmail.fm (Quinn Wood) Date: Sat, 28 May 2011 00:47:34 +0100 Subject: [sbopkg-users] Blacklist File Message-ID: <1306540054.9187.1456876649@webmail.messagingengine.com> I would like to request/suggest a "blacklist file" for SBopkg, similar to the one slackpkg uses (/etc/slackpkg/blacklist). The slackpkg blacklist file describes itself, saying: # This is a blacklist file. Any packages listed here won't be # upgraded, removed, or installed by slackpkg. My reason for this request/suggest is that I use a newer version of the flash-player-plugin than in the repository: flash-player-plugin: INSTALLED PACKAGE IS NEWER THAN REPO Installed version: flash-player-plugin-10.3_d162-x86_64-2_SBo Repo version: flash-player-plugin-10.2_r153-x86_64-3_SBo Note: repo version not obtainable by standard method, may be inaccurate. -- FastMail - reliable email hosting services (IMAP, POP, SMTP, Web) http://www.fastmail.fm From chess at chessgriffin.com Sat May 28 04:25:28 2011 From: chess at chessgriffin.com (Chess Griffin) Date: Sat, 28 May 2011 04:25:28 +0000 Subject: [sbopkg-users] Blacklist File In-Reply-To: <1306540054.9187.1456876649@webmail.messagingengine.com> References: <1306540054.9187.1456876649@webmail.messagingengine.com> Message-ID: <20110528042528.GA27502@localhost> * Quinn Wood [2011-05-28 00:47:34]: > I would like to request/suggest a "blacklist file" for SBopkg, similar to the one slackpkg uses (/etc/slackpkg/blacklist). The slackpkg blacklist file describes itself, saying: > > # This is a blacklist file. Any packages listed here won't be > # upgraded, removed, or installed by slackpkg. > > My reason for this request/suggest is that I use a newer version of the flash-player-plugin than in the repository: > > flash-player-plugin: > INSTALLED PACKAGE IS NEWER THAN REPO > Installed version: flash-player-plugin-10.3_d162-x86_64-2_SBo > Repo version: flash-player-plugin-10.2_r153-x86_64-3_SBo > Note: repo version not obtainable by standard method, may be inaccurate. IOW, you don't want to see that message? The blacklist file would simply mask or hide it from the update list? What should happen if the repo version is updated and leapfrogs the version you have installed? Should sbopkg then unignore your blacklisted package or continue to blacklist it? What if you kept your own local repo using the 'local' repo feature with a different tag? Wouldn't that exclude the package from the update list? -- Chess Griffin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From chess at chessgriffin.com Sat May 28 04:58:20 2011 From: chess at chessgriffin.com (Chess Griffin) Date: Sat, 28 May 2011 04:58:20 +0000 Subject: [sbopkg-users] sbopkg hardcoded nice In-Reply-To: References: <4DD516FE.9030705@shade-fx.com> Message-ID: <20110528045820.GB27502@localhost> * Mauro Giachero [2011-05-19 16:48:12]: > On Thu, May 19, 2011 at 15:11, Joni Martikainen wrote: > > > Hi, > > > > Hi Joni, > thank you for your suggestion. > Joni, check out slakmagik's patch posted to your feature request. -- Chess Griffin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From eftertanke at fastmail.fm Sat May 28 06:02:23 2011 From: eftertanke at fastmail.fm (Quinn Wood) Date: Sat, 28 May 2011 07:02:23 +0100 Subject: [sbopkg-users] Blacklist File (Chess Griffin) In-Reply-To: References: Message-ID: <1306562543.22197.1456940277@webmail.messagingengine.com> If the package name is in the blacklist, slackpkg ignores it. It's very simple. It would be nice to see something like that available in SBopkg. I apologize in advance if this reply is mauled. * Chess Griffin [2011-05-28 04:25:28]: > IOW, you don't want to see that message? The blacklist file would > simply mask or hide it from the update list? > > What should happen if the repo version is updated and leapfrogs the > version you have installed? Should sbopkg then unignore your > blacklisted package or continue to blacklist it? > > What if you kept your own local repo using the 'local' repo feature with > a different tag? Wouldn't that exclude the package from the update > list? -- Quinn Wood, a proud FastMail user http://www.fastmail.fm From chess at chessgriffin.com Sat May 28 13:52:28 2011 From: chess at chessgriffin.com (Chess Griffin) Date: Sat, 28 May 2011 13:52:28 +0000 Subject: [sbopkg-users] Blacklist File (Chess Griffin) In-Reply-To: <1306562543.22197.1456940277@webmail.messagingengine.com> References: <1306562543.22197.1456940277@webmail.messagingengine.com> Message-ID: <20110528135228.GA21342@localhost> * Quinn Wood [2011-05-28 07:02:23]: > If the package name is in the blacklist, slackpkg ignores it. It's very simple. It would be nice to see something like that available in SBopkg. > > I apologize in advance if this reply is mauled. > > * Chess Griffin [2011-05-28 04:25:28]: > > > IOW, you don't want to see that message? The blacklist file would > > simply mask or hide it from the update list? > > > > What should happen if the repo version is updated and leapfrogs the > > version you have installed? Should sbopkg then unignore your > > blacklisted package or continue to blacklist it? > > > > What if you kept your own local repo using the 'local' repo feature with > > a different tag? Wouldn't that exclude the package from the update > > list? > Please do not change the subject line. It breaks the thread. Yes, I know what the blacklist file does in slackpkg and I get what you want it to do in sbopkg. My questions were to get you thinking about potential gotchas and to point you to a potential solution that already exists in sbopkg. If you create a local repo with a custom tag for your customized packages, like flash, then it shouldn't appear in the update list when you browse the SBo repo. Have you investigated this as an option? -- Chess Griffin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From eftertanke at fastmail.fm Sat May 28 18:50:06 2011 From: eftertanke at fastmail.fm (Quinn Wood) Date: Sat, 28 May 2011 19:50:06 +0100 Subject: [sbopkg-users] Blacklist File (Chess Griffin) In-Reply-To: <20110528135228.GA21342@localhost> References: <1306562543.22197.1456940277@webmail.messagingengine.com> <20110528135228.GA21342@localhost> Message-ID: <1306608606.24587.1457080977@webmail.messagingengine.com> Digest mode was on, I wasn't sure how to reply normally to your message. I do understand the ability exists to make another repository, but that's just a workaround. I'd rather temporarily do that than permanently do it. On Sat, 28 May 2011 13:52 +0000, "Chess Griffin" wrote: > Please do not change the subject line. It breaks the thread. > > Yes, I know what the blacklist file does in slackpkg and I get what you > want it to do in sbopkg. My questions were to get you thinking about > potential gotchas and to point you to a potential solution that already > exists in sbopkg. If you create a local repo with a custom tag for your > customized packages, like flash, then it shouldn't appear in the update > list when you browse the SBo repo. Have you investigated this as an > option? -- Quinn Wood, a proud FastMail user http://www.fastmail.fm From slakmagik at gmail.com Sat May 28 19:18:36 2011 From: slakmagik at gmail.com (slakmagik) Date: Sat, 28 May 2011 15:18:36 -0400 Subject: [sbopkg-users] Blacklist File (Chess Griffin) In-Reply-To: <1306608606.24587.1457080977@webmail.messagingengine.com> References: <1306562543.22197.1456940277@webmail.messagingengine.com> <20110528135228.GA21342@localhost> <1306608606.24587.1457080977@webmail.messagingengine.com> Message-ID: <20110528191836.GC29813@devbox> On 2011-05-28 (Sat) 19:50:06 [+0100], Quinn Wood wrote: > Digest mode was on, I wasn't sure how to reply normally to your > message. > I understand that but, to just not give you a break, please don't top-post, either. ;) Among other things, it makes it impossible for me to trim, yet include the previous person's text. > I do understand the ability exists to make another repository, but > that's just a workaround. I'd rather temporarily do that than > permanently do it. > It's not a "workaround". If you are permanently maintaining a package outside of SBo, then it's not an SBo package but is your own special local one. Local has more than one use, but that's one of them. Basically, if you want to tweak a package and see it, customize its options and/or edit its SlackBuild and .info file. If you want to tweak a package (or radically mangle one or add new ones or whatever) and not see it in an SBo context, create it as a local package. Also, when you say you want a thing excluded, what all do you have in mind? When you browse into SBo's 'multimedia', you don't want to see that flash exists? Or you just don't want to see it in the update list? Or what? From eftertanke at fastmail.fm Sat May 28 20:11:16 2011 From: eftertanke at fastmail.fm (Quinn Wood) Date: Sat, 28 May 2011 21:11:16 +0100 Subject: [sbopkg-users] Blacklist File (Chess Griffin) In-Reply-To: <20110528191836.GC29813@devbox> References: <1306562543.22197.1456940277@webmail.messagingengine.com><20110528135228.GA21342@localhost><1306608606.24587.1457080977@webmail.messagingengine.com> <20110528191836.GC29813@devbox> Message-ID: <1306613476.16973.1457096117@webmail.messagingengine.com> What do you mean by "top post?" On Sat, 28 May 2011 15:18 -0400, "slakmagik" wrote: > I understand that but, to just not give you a break, please don't > top-post, either. ;) Among other things, it makes it impossible for me > to trim, yet include the previous person's text. -- Quinn Wood, a proud FastMail user http://www.fastmail.fm From slakmagik at gmail.com Sat May 28 20:34:45 2011 From: slakmagik at gmail.com (slakmagik) Date: Sat, 28 May 2011 16:34:45 -0400 Subject: [sbopkg-users] Blacklist File (Chess Griffin) In-Reply-To: <1306613476.16973.1457096117@webmail.messagingengine.com> References: <1306562543.22197.1456940277@webmail.messagingengine.com> <20110528135228.GA21342@localhost> <1306608606.24587.1457080977@webmail.messagingengine.com> <20110528191836.GC29813@devbox> <1306613476.16973.1457096117@webmail.messagingengine.com> Message-ID: <20110528203445.GA31876@devbox> On 2011-05-28 (Sat) 21:11:16 [+0100], Quinn Wood wrote: > What do you mean by "top post?" > http://en.wikipedia.org/wiki/Posting_style#Placement_of_replies From Bradley at NorthTech.US Sat May 28 20:51:22 2011 From: Bradley at NorthTech.US (Bradley D. Thornton) Date: Sat, 28 May 2011 13:51:22 -0700 Subject: [sbopkg-users] Blacklist File (Chess Griffin) In-Reply-To: <20110528203445.GA31876@devbox> References: <1306562543.22197.1456940277@webmail.messagingengine.com> <20110528135228.GA21342@localhost> <1306608606.24587.1457080977@webmail.messagingengine.com> <20110528191836.GC29813@devbox> <1306613476.16973.1457096117@webmail.messagingengine.com> <20110528203445.GA31876@devbox> Message-ID: <4DE1604A.2060105@NorthTech.US> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 On 05/28/2011 01:34 PM, slakmagik wrote: > On 2011-05-28 (Sat) 21:11:16 [+0100], Quinn Wood wrote: >> What do you mean by "top post?" ROFLMAOPMP! >> > > http://en.wikipedia.org/wiki/Posting_style#Placement_of_replies > _______________________________________________ > sbopkg-users mailing list > sbopkg-users at sbopkg.org > http://sbopkg.org/mailman/listinfo/sbopkg-users - -- Bradley D. Thornton Manager Network Services NorthTech Computer TEL: +1.760.666.2703 (US) TEL: +44.203.318.2755 (UK) http://NorthTech.US -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Find this cert at x-hkp://pool.sks-keyservers.net iQEcBAEBAwAGBQJN4WBJAAoJEE1wgkIhr9j3Fs4H/jcCB8Cc7bMxiOV9ibvXC68+ uWEPdzi6tdOeyBF8GSV8q7nnk+duLKh0KmjkL5BAYY+jZrddgGMWcjLGNpiblcOE YP6e/8+Kb0Ak7QCs6Qbffq5UHAm3CysT89vQ9m2ic7PUH/9VF1T1oYMflkDqF9QS qyLe2vOFUtj02k/+quIJXRo9tmg9oeRX6LXEC8sS6FPDBZt0TbVMgfWHMy3ug0+X zBfb57/Q+hd8Swl11FD0ljz4BEE5zyza33a+3DApXnZGH0PXDoH1z3rUj4ESE2zp 40m4FQuV3xVE8fpOhHDMwBZpGpT5R0dKVIYkGhOQtR4+OMW/1mtFeENqdpO5Jj4= =p5ly -----END PGP SIGNATURE-----