problem with @exec in pkg-plist

Dmitry Sivachenko trtrmitya at gmail.com
Tue Jul 1 13:42:14 UTC 2014


Hello!

I have the following line in my pkg-plist:

@exec install -d -o root -g %%HADOOP_GROUP%% -m 0775 %%HADOOP_LOGDIR%%

After installation, directory is created without write access for group:

# ls -la /var/log/hadoop/
total 4
drwxr-xr-x  2 root  hadoop   512  1 июл 17:39 .


What am I missing?

Thanks in advance.


More information about the freebsd-ports mailing list