subpixel

Show:

What's happening?

  • Comment: redirection error?

    I was just browsing the code and noticed this as a possible error. I hadn't seen this posting, and made my own post about it... Clean up IO redirection https://sourceforge.net/tracker/index.php?func=detail&aid=1869133&group_id=101066&atid=628964 Perhaps the project owner has no further interest in the project, and it won't be updated any more. -spxl.

    2008-01-11 10:32:34 UTC in AutoMySQLBackup

  • Clean up IO redirection

    Existing code in automysqlbackup.sh.2.5 to set up and restore redirection of stdout and stderr... -------------------------- # IO redirection for logging. touch $LOGFILE exec 6>&1 # Link file descriptor #6 with stdout. # Saves stdout. exec > $LOGFILE # stdout replaced with file $LOGFILE. touch $LOGERR exec 7>&2 # Link file descriptor #7...

    2008-01-11 09:34:32 UTC in AutoMySQLBackup

About Me

  • 2008-01-11 (2 years ago)
  • 1978935
  • subpixel (My Site)
  • subpixel

  • SQL-based C C# Java PHP Dynamic Content Multimedia 3D Modeling Presentation Sound Synthesis Display Video Capture OpenGL DirectX

Send me a message