diff options
author | kris <kris@FreeBSD.org> | 2002-09-07 03:02:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-07 03:02:47 +0000 |
commit | 5f2d8ccdc0e5259fd3ca83f46d0adf8963e62f37 (patch) | |
tree | 77d3aa9e0eacb8069e90f569a07c314fb9743596 /comms/efax | |
parent | c57bc05646ad29060aaf001f6e36ff089a7ce90a (diff) | |
download | FreeBSD-ports-5f2d8ccdc0e5259fd3ca83f46d0adf8963e62f37.zip FreeBSD-ports-5f2d8ccdc0e5259fd3ca83f46d0adf8963e62f37.tar.gz |
Use posix syntax for chown
Diffstat (limited to 'comms/efax')
-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 0ff329d..497c200 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 |