Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Tim Dijkstra
On Wed, 20 Sep 2006 14:38:53 +0200 Pavel Machek <[EMAIL PROTECTED]> wrote: > On Wed 2006-09-20 14:20:19, Stefan Seyfried wrote: > > On Wed, Sep 20, 2006 at 02:12:30PM +0200, Tim Dijkstra wrote: > > > > > But I think those two lines do not hurt and saves packagers (me;) the > > > bother of having

Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Pavel Machek
On Wed 2006-09-20 14:20:19, Stefan Seyfried wrote: > On Wed, Sep 20, 2006 at 02:12:30PM +0200, Tim Dijkstra wrote: > > > But I think those two lines do not hurt and saves packagers (me;) the > > bother of having to edit the makefile everytime they sync with upstream. > > ACK. I also have to edit

Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Stefan Seyfried
On Wed, Sep 20, 2006 at 02:12:30PM +0200, Tim Dijkstra wrote: > But I think those two lines do not hurt and saves packagers (me;) the > bother of having to edit the makefile everytime they sync with upstream. ACK. I also have to edit out the mknod in my build. This option saves me a local patch.

Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Tim Dijkstra
On Wed, 20 Sep 2006 12:44:46 +0200 Pavel Machek <[EMAIL PROTECTED]> wrote: > Hi! > > > Many people have udev, which will make /dev/snapshot dynamically if > > support is available in the kernel. And if it didn't, making it from the > > Makefile wouldn't be a solution because it would disappear on

Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Rafael J. Wysocki
On Wednesday, 20 September 2006 12:01, Tim Dijkstra wrote: > Hi, > > Many people have udev, which will make /dev/snapshot dynamically if > support is available in the kernel. And if it didn't, making it from the > Makefile wouldn't be a solution because it would disappear on the next > reboot. > T

Re: [Suspend-devel] Don't make /dev/snapshot patch

2006-09-20 Thread Pavel Machek
Hi! > Many people have udev, which will make /dev/snapshot dynamically if > support is available in the kernel. And if it didn't, making it from the > Makefile wouldn't be a solution because it would disappear on the next > reboot. > This patch adds another CONFIG option to the Makefile to not mak