Quote (vendion @ July 01 2008,21:44) |
That is only for hours and seconds, is that the best that pump can do? I guess I could figure the exact number of hours there is in a year and lease the IP for that, but that is just kind of a weird thing to do. |
Quote (chaostic @ July 01 2008,21:03) |
You can use bash to do the math for you. days: pump -i [interface] -l $(( days * 24 )) weeks: pump -i [interface] -l $(( days * 7 * 24 )) months (30 days) pump -i [interface] -l $(( days * 30 * 24 )) |