8000 Move pd.log to $HOME/.pd.log · Issue #26 · nb-twy/ParkDirectories · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Move pd.log to $HOME/.pd.log #26
Closed
@nb-twy

Description

@nb-twy

We want the installation log file in a known location. Leaving it in the directory the houses the git repository can be dangerous, since it designed to be volatile and the log file is not tracked. Putting the log file in the user's home directory and hiding it with the . prefix will put the log file in a known location and reduce the risk of the file being modified or removed.

  • ./install.sh -u needs to look for pd.log and move it to $HOME/.pd.log
  • ./install.sh needs to create the log file @ $HOME/.pd.log
  • ./install.sh --verify needs
    • Look for $HOME/.pd.log for its usual verification
    • Look for pd.log and report that it needs to be moved with ./install.sh -u
  • Uninstall needs to look for old log file (pd.log) and use it to complete uninstall.

Metadata

Metadata

Assignees

Labels

Must HaveFeature enhancement that provides necessary functionality

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0