diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-07 03:02:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-07 03:02:47 +0000 |
commit | 5295effe7d364260e367f482ba1b71749f269319 (patch) | |
tree | a4f1232a1c19ea3cb8ba03187fe9f13e847beca4 /comms | |
parent | Fix compilation on -current (diff) |
Use posix syntax for chown
Notes
Notes:
svn path=/head/; revision=65756
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax/files/patch-src:fax | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/efax/files/patch-src:fax b/comms/efax/files/patch-src:fax index 0ff329de58aa..497c20070088 100644 --- a/comms/efax/files/patch-src:fax +++ b/comms/efax/files/patch-src:fax @@ -56,7 +56,7 @@ -OWNER=root.tty # typical -MODE=666 # anybody -# MODE=660 # only owner & group -+OWNER=uucp.dialer # typical ++OWNER=uucp:dialer # typical +#MODE=666 # anybody +MODE=660 # only owner & group |