diff options
author | 2016-04-13 08:41:42 +0300 | |
---|---|---|
committer | 2016-04-13 08:41:42 +0300 | |
commit | 535397ee94308f764f1e1b0b073618f749895511 (patch) | |
tree | d1f45a1a7fc175c54ed433156fdb5413ef463735 /net-fs/samba/files | |
parent | net-fs/samba: use /run instead of /var/run (diff) | |
download | gentoo-535397ee94308f764f1e1b0b073618f749895511.tar.gz gentoo-535397ee94308f764f1e1b0b073618f749895511.tar.bz2 gentoo-535397ee94308f764f1e1b0b073618f749895511.zip |
net-fs/samba: stop using /var/run in ebuild and conf files too
Gentoo-Bug: 454676
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-fs/samba/files')
-rw-r--r-- | net-fs/samba/files/samba.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/files/samba.conf b/net-fs/samba/files/samba.conf index b398b8d7525c..e0a6f325cf9a 100644 --- a/net-fs/samba/files/samba.conf +++ b/net-fs/samba/files/samba.conf @@ -1,2 +1,2 @@ -D /var/run/samba 0755 root root -D /var/lock/samba 0755 root root +D /run/samba 0755 root root +D /run/lock/samba 0755 root root |