echo+newline in postinst

2004-10-10 Thread Laszlo 'GCS' Boszormenyi
Hi, I have to write a newline along with other things to a config file from postinst. I was told and discovered that echo -e '\nline' is not supported in every shell. What would be the best solution for this? I think I should use printf '\nline' as it seems to work in every shell. Is it ok, or

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread Laszlo 'GCS' Boszormenyi
* martin f krafft [EMAIL PROTECTED] [2004-10-10 17:21:55 +0200]: also sprach Mathias Weidner [EMAIL PROTECTED] [2004.10.10.1706 +0200]: W: siefs source: configure-generated-file-in-source config.log W: siefs source: configure-generated-file-in-source config.status W: siefs source:

Re: echo+newline in postinst

2004-10-10 Thread martin f krafft
also sprach Laszlo 'GCS' Boszormenyi [EMAIL PROTECTED] [2004.10.10.2241 +0200]: supported in every shell. What would be the best solution for this? I think I should use printf '\nline' as it seems to work in every shell. Yes, this is supported by POSIX. -- Please do not CC me when replying

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread martin f krafft
also sprach Laszlo 'GCS' Boszormenyi [EMAIL PROTECTED] [2004.10.10.2246 +0200]: I usually remove them from debian/rules clean: with rm -f This helps for me. They will still be in the source package as patch does not by default delete files. -- Please do not CC me when replying to lists; I

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread Mathias Weidner
On Sun, Oct 10, 2004 at 05:21:55PM +0200, martin f krafft wrote: also sprach Mathias Weidner [EMAIL PROTECTED] [2004.10.10.1706 +0200]: W: siefs source: configure-generated-file-in-source config.log W: siefs source: configure-generated-file-in-source config.status W: siefs source:

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread martin f krafft
also sprach Mathias Weidner [EMAIL PROTECTED] [2004.10.10.2255 +0200]: After that the new tarfile does not include these files, and that's what we want, isn't it. Yes, but we also want the tarfile to be the same as the one distributed by upstream. So please send the fix upstream and ignore the

Look young, feel smart

2004-10-10 Thread samara sanchez
Time is Stealing Your Most Precious Possession Visit here to increase your quality of life http://a.08Y.greatproductcorner.com/a/ Phenomenal effects on the sleep problems that have plagued me since my teens.Kevin W., Rockford, IL po box listed above and link works The quality of included

daemon users' $HOMEs?

2004-10-10 Thread martin f krafft
I have an unclarity about the $HOME of daemon users in hook scripts: If there is no directory that we could call $HOME for the daemon, what to do? --no-create-home is definitely needed, and not specifying --home yields /home/$DAEMON in /etc/passwd, which is nonexistant. Is that preferred, or

Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread Mathias Weidner
Dear mentors, I'm looking for a sponsor to help me get this package into debian. Package name : siefs Version : 0.2 Upstream Author : Dmitry Zakharov [EMAIL PROTECTED] URL : http://mirror01.iptelecom.net.ua/~dmitry_z/siefs/ License : GPL Description :

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread martin f krafft
also sprach Mathias Weidner [EMAIL PROTECTED] [2004.10.10.1706 +0200]: W: siefs source: configure-generated-file-in-source config.log W: siefs source: configure-generated-file-in-source config.status W: siefs source: configure-generated-file-in-source config.cache The mentioned files are in

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread Bartosz Fenski aka fEnIo
On Sun, Oct 10, 2004 at 05:06:10PM +0200, Mathias Weidner wrote: I'm looking for a sponsor to help me get this package into debian. Package name : siefs Version : 0.2 Upstream Author : Dmitry Zakharov [EMAIL PROTECTED] URL :

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread martin f krafft
also sprach Bartosz Fenski aka fEnIo [EMAIL PROTECTED] [2004.10.10.1755 +0200]: Also there is problem with vmo2wav binary. It also exists in obexftp package. So I suppose there are three ways of fixing it: It has no place in either, really. I suggest removing it from siefs and filing a bug

Re: /usr/include/linux/irq.h Question.

2004-10-10 Thread Eric Dickner
--- martin f krafft [EMAIL PROTECTED] wrote: If it's a kernel driver, it should use the kernel-headers-2.x.xx-xxx package's files. If it's a userspace driver, it's just plain broken. It's a kernel module driver, added with insmod and the rest; it's not compiled inside the kernel itself.

Re: /usr/include/linux/irq.h Question.

2004-10-10 Thread martin f krafft
also sprach Eric Dickner [EMAIL PROTECTED] [2004.10.10.1821 +0200]: When I compiled it under 2.2.20-idepci it did need the proper kernel-headers-2. and for this compiling I do have the new, matching set of headers. But it isn't getting far enough into the compile to use them, as far as I

Re: daemon users' $HOMEs?

2004-10-10 Thread Sven Mueller
martin f krafft [u] wrote on 10/10/2004 15:11: I have an unclarity about the $HOME of daemon users in hook scripts: If there is no directory that we could call $HOME for the daemon, what to do? --no-create-home is definitely needed, and not specifying --home yields /home/$DAEMON in /etc/passwd,

Re: daemon users' $HOMEs?

2004-10-10 Thread martin f krafft
also sprach Sven Mueller [EMAIL PROTECTED] [2004.10.10.1928 +0200]: /var/run/ircd, sshd uses /var/run/sshd. However hacluster (heartbeat) uses /tmp. /tmp is also the recommended home directory for system users on Mandrake and Redhat IIRC. Call me strange, but something about /tmp strikes me as

Re: daemon users' $HOMEs?

2004-10-10 Thread Sven Mueller
martin f krafft [u] wrote on 10/10/2004 19:33: also sprach Sven Mueller [EMAIL PROTECTED] [2004.10.10.1928 +0200]: /var/run/ircd, sshd uses /var/run/sshd. However hacluster (heartbeat) uses /tmp. /tmp is also the recommended home directory for system users on Mandrake and Redhat IIRC. Call

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread Mathias Weidner
Hello, I've uploaded a new package from version 0.4 at the same location. Package name : siefs Version : 0.4 Upstream Author : Dmitry Zakharov [EMAIL PROTECTED] URL : http://mirror01.iptelecom.net.ua/~dmitry_z/siefs/ License : GPL Description : virtual

echo+newline in postinst

2004-10-10 Thread Laszlo 'GCS' Boszormenyi
Hi, I have to write a newline along with other things to a config file from postinst. I was told and discovered that echo -e '\nline' is not supported in every shell. What would be the best solution for this? I think I should use printf '\nline' as it seems to work in every shell. Is it ok, or

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread Laszlo 'GCS' Boszormenyi
* martin f krafft [EMAIL PROTECTED] [2004-10-10 17:21:55 +0200]: also sprach Mathias Weidner [EMAIL PROTECTED] [2004.10.10.1706 +0200]: W: siefs source: configure-generated-file-in-source config.log W: siefs source: configure-generated-file-in-source config.status W: siefs source:

Re: echo+newline in postinst

2004-10-10 Thread martin f krafft
also sprach Laszlo 'GCS' Boszormenyi [EMAIL PROTECTED] [2004.10.10.2241 +0200]: supported in every shell. What would be the best solution for this? I think I should use printf '\nline' as it seems to work in every shell. Yes, this is supported by POSIX. -- Please do not CC me when replying

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread martin f krafft
also sprach Laszlo 'GCS' Boszormenyi [EMAIL PROTECTED] [2004.10.10.2246 +0200]: I usually remove them from debian/rules clean: with rm -f This helps for me. They will still be in the source package as patch does not by default delete files. -- Please do not CC me when replying to lists; I

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread Mathias Weidner
On Sun, Oct 10, 2004 at 05:21:55PM +0200, martin f krafft wrote: also sprach Mathias Weidner [EMAIL PROTECTED] [2004.10.10.1706 +0200]: W: siefs source: configure-generated-file-in-source config.log W: siefs source: configure-generated-file-in-source config.status W: siefs source:

Re: Bug# 238314 RFS: siefs - virtual fs for accessing Siemens mobiles

2004-10-10 Thread martin f krafft
also sprach Mathias Weidner [EMAIL PROTECTED] [2004.10.10.2255 +0200]: After that the new tarfile does not include these files, and that's what we want, isn't it. Yes, but we also want the tarfile to be the same as the one distributed by upstream. So please send the fix upstream and ignore the

Look young, feel smart

2004-10-10 Thread samara sanchez
Time is Stealing Your Most Precious Possession Visit here to increase your quality of life http://a.08Y.greatproductcorner.com/a/ Phenomenal effects on the sleep problems that have plagued me since my teens.Kevin W., Rockford, IL po box listed above and link works The quality of included