Package: sleepd
Version: 2.03
Thank you for fixing the bug #597369. But I can't use the new option.
--- sleepd-2.03/sleepd.c 2010-09-30 05:09:34.000000000 +0900
+++ sleepd-2.03sohet/sleepd.c 2010-10-14 16:38:35.000000000 +0900
@@ -85,7 +85,7 @@
{"netdev", 2, NULL, 'N'},
{"rx-min", 1, NULL, 'r'},
{"tx-min", 1, NULL, 't'},
- {"force-hal", 1, NULL, 'H'},
+ {"force-hal", 0, NULL, 'H'},
{0, 0, 0, 0}
};
int force_autoprobe=0;
@@ -100,7 +100,7 @@
char rx_statfile[44];
while (c != -1) {
- c=getopt_long(argc,argv, "s:d:nvu:U:l:wIi:Ee:hac:b:AN::r:t:",
long_options, NULL);
+ c=getopt_long(argc,argv, "s:d:nvu:U:l:wIi:Ee:hac:b:AN::r:t:H",
long_options, NULL);
switch (c) {
case 's':
sleep_command=strdup(optarg);
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]