Typo/bug in pm-utils (FC5)?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello all,


isn't there a typo in /etc/pm/functions from pm-utils-0.15-1 (FC5)?
I was wondering in what directory ./suspended was looked for.. until I read
the next lines, who make reference to /.suspended!

--- functions.orig      2006-04-23 23:52:00.000000000 +0200
+++ functions   2006-04-23 23:50:11.000000000 +0200
@@ -104,7 +104,7 @@
 {
        VT=$(/usr/bin/fgconsole)
        chvt 63
-       if [ -f ./suspended ]; then
+       if [ -f /.suspended ]; then
                pid=$(cat /.suspended)
                if [ -d /proc/$pid ]; then
                        return 1


Regards,

-- 
wwp

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux