Naohiro Tamura 5fd47bd095 Fix chown invalid option -- 'p'
The chown command '-p' is invalid as below:

stack@ubuntu:~$ sudo chown -R ironic -p /tftpboot
chown: invalid option -- 'p'
Try 'chown --help' for more information.

The '-p' must be a typo of '-P'. But the manual says
'-P' option is default. So '-p' has been removed.

-P     do not traverse any symbolic links (default)

Change-Id: Ic012a6a991645a128389367f07c9709366a09822
2015-02-09 23:17:23 +09:00
..
2015-02-09 23:17:23 +09:00
2015-01-12 17:05:39 -08:00
2014-09-16 16:51:42 -04:00