]> git.pld-linux.org Git - packages/docker.git/blob - bash-comp-2.patch
add docker group, to chgrp socket file with it
[packages/docker.git] / bash-comp-2.patch
1 --- docker-0.6.1/contrib/docker.bash~   2013-08-24 01:23:30.000000000 +0300
2 +++ docker-0.6.1/contrib/docker.bash    2013-08-28 10:03:57.739906253 +0300
3 @@ -10,6 +10,8 @@
4  #
5  # To enable the completions either:
6  #  - place this file in /etc/bash_completion.d
7 +#  or for bash-completions 2.0
8 +#  - place this file in /usr/share/bash-completion/completions
9  #  or
10  #  - copy this file and add the line below to your .bashrc after
11  #    bash completion features are loaded
12 @@ -21,7 +23,7 @@
13  # If the docker daemon is using a unix socket for communication your user
14  # must have access to the socket for the completions to function correctly
15  
16 -have docker && {
17 +_have docker && {
18  __docker_containers_all()
19  {
20         local containers
This page took 0.04141 seconds and 3 git commands to generate.