Re: [arch-general] Battery status files created on the fly?

2011-05-18 Thread Wim Van Deun
Hi Norbert, I have the exact same issue on a dell latitude e5510 running the x86_64 kernel. And on a dell latitude 1220 running the i686 kernel. Didn't know about the hack, thanks. Regards, Wim On Tue, May 17, 2011 at 7:26 PM, Norbert Zeh n...@cs.dal.ca wrote: Hi folks, I've run into a

Re: [arch-general] Battery status files created on the fly?

2011-05-18 Thread Norbert Zeh
Wim Van Deun [2011.05.18 0823 +0200]: Hi Norbert, I have the exact same issue on a dell latitude e5510 running the x86_64 kernel. And on a dell latitude 1220 running the i686 kernel. Didn't know about the hack, thanks. Great, my hack actually helps someone else. In case you also have the

[arch-general] rc.d bash completion

2011-05-18 Thread Auguste Pop
i wrote a very simple rc.d bash completion script. is there any chance it can be used upstream? the script is uploaded to http://paste.pocoo.org/show/391283/ it is also copy-pasted here for your convenience: #!/bin/bash _rc.d_getdaemons () { /usr/bin/find $1 -mindepth 1 -maxdepth 1 -type f

Re: [arch-general] rc.d bash completion

2011-05-18 Thread Tom Gundersen
On Wed, May 18, 2011 at 6:13 PM, Auguste Pop augu...@gmail.com wrote: i wrote a very simple rc.d bash completion script. is there any chance it can be used upstream? Thanks for your work! If you make a git patch (so we get proper authorship info etc) and send it to arch-projc...@archlinux.org

Re: [arch-general] rc.d bash completion

2011-05-18 Thread Grigorios Bouzakis
Auguste Pop wrote: i wrote a very simple rc.d bash completion script. is there any chance it can be used upstream? I noticed earlier theres one for zsh in the AUR as well. I was about to suggest to the author to send it upstream but negelcted to. https://aur.archlinux.org/packages.php?ID=49136

Re: [arch-general] rc.d bash completion

2011-05-18 Thread Auguste Pop
On Thu, May 19, 2011 at 12:21 AM, Tom Gundersen t...@jklm.no wrote: On Wed, May 18, 2011 at 6:13 PM, Auguste Pop augu...@gmail.com wrote: i wrote a very simple rc.d bash completion script. is there any chance it can be used upstream? Thanks for your work! If you make a git patch (so we get

Re: [arch-general] rc.d bash completion

2011-05-18 Thread Tom Gundersen
On Wed, May 18, 2011 at 6:43 PM, Auguste Pop augu...@gmail.com wrote: i am not familiar with git, i did it by git clone, git branch, git commit, and git show. the mail will be sent soon after this reply. ;-) That looked about right (git wise, haven't looked at the code). Cheers, -t

Re: [arch-general] rc.d bash completion

2011-05-18 Thread Seblu
On Wed, May 18, 2011 at 7:04 PM, Tom Gundersen t...@jklm.no wrote: On Wed, May 18, 2011 at 6:43 PM, Auguste Pop augu...@gmail.com wrote: i am not familiar with git, i did it by git clone, git branch, git commit, and git show. the mail will be sent soon after this reply. ;-) That looked about

Re: [arch-general] rc.d bash completion

2011-05-18 Thread Clément Démoulins
Le 18/05/2011 18:24, Grigorios Bouzakis a écrit : Auguste Pop wrote: i wrote a very simple rc.d bash completion script. is there any chance it can be used upstream? I noticed earlier theres one for zsh in the AUR as well. I was about to suggest to the author to send it upstream but

Re: [arch-general] rc.d bash completion

2011-05-18 Thread Tom Gundersen
2011/5/18 Clément Démoulins clem...@archivel.fr: Le 18/05/2011 18:24, Grigorios Bouzakis a écrit : Auguste Pop wrote: i wrote a very simple rc.d bash completion script. is there any chance it can be used upstream? I noticed earlier theres one for zsh in the AUR as well. I was about to

Re: [arch-general] rc.d bash completion

2011-05-18 Thread Clément Démoulins
Le 18/05/2011 22:31, Tom Gundersen a écrit : 2011/5/18 Clément Démoulins clem...@archivel.fr: Le 18/05/2011 18:24, Grigorios Bouzakis a écrit : Auguste Pop wrote: i wrote a very simple rc.d bash completion script. is there any chance it can be used upstream? I noticed earlier theres one for

Re: [arch-general] postfix rc.d script

2011-05-18 Thread Milos Negovanovic
On Thu, May 12, 2011 at 11:18:57AM +0200, Gaetan Bisson wrote: [2011-05-12 09:45:55 +0100] Milos Negovanovic: On my workstation I have LXC (linux containers) setup and postfix rc.d script does not work on the host. I think reason for this is the way it gets the PID of the master process: