Re: [Suspend-devel] [PATCH] Better command line parsing in s2disk/s2both and resume

2006-11-06 Thread Rafael J. Wysocki
On Monday, 6 November 2006 10:48, Pavel Machek wrote: > Hi! > > > > > But maybe we should do the release, first? This is likely to break > > > > some strange combinations, I'd say... > > > > > > It's designed not to break anything. > > > > > > Currently we support only one command-line option, -

Re: [Suspend-devel] [PATCH] Better command line parsing in s2disk/s2both and resume

2006-11-06 Thread Pavel Machek
Hi! > > > But maybe we should do the release, first? This is likely to break > > > some strange combinations, I'd say... > > > > It's designed not to break anything. > > > > Currently we support only one command-line option, -f, which is still > > supported with the patch and we can read the res

Re: [Suspend-devel] [PATCH] Better command line parsing in s2disk/s2both and resume

2006-11-06 Thread Stefan Seyfried
On Sun, Nov 05, 2006 at 11:41:50PM +0100, Rafael J. Wysocki wrote: > Hi, > > On Sunday, 5 November 2006 23:17, Pavel Machek wrote: > > Hi! > > > > > This patch adds some command line options to s2disk/s2both and resume so > > > that > > > they are a bit more script-friendly and sets up the infra

Re: [Suspend-devel] [PATCH] Better command line parsing in s2disk/s2both and resume

2006-11-05 Thread Rafael J. Wysocki
Hi, On Sunday, 5 November 2006 23:17, Pavel Machek wrote: > Hi! > > > This patch adds some command line options to s2disk/s2both and resume so > > that > > they are a bit more script-friendly and sets up the infrastructure to add > > more > > such options in the future easily. > > ..and it swi

Re: [Suspend-devel] [PATCH] Better command line parsing in s2disk/s2both and resume

2006-11-05 Thread Pavel Machek
Hi! > This patch adds some command line options to s2disk/s2both and resume so that > they are a bit more script-friendly and sets up the infrastructure to add more > such options in the future easily. ..and it switches to getopt()... nice, provided that it works. But maybe we should do the rele

[Suspend-devel] [PATCH] Better command line parsing in s2disk/s2both and resume

2006-11-05 Thread Rafael J. Wysocki
Hi, This patch adds some command line options to s2disk/s2both and resume so that they are a bit more script-friendly and sets up the infrastructure to add more such options in the future easily. It also cleans up the resume error paths. Comments welcome. Greetings, Rafael --- config.c |