summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2009-01-29 16:02:54 +0000
committerClint Adams <clint@users.sourceforge.net>2009-01-29 16:02:54 +0000
commit268357abc053f0fa9425f32e84a3a9bfb298aebd (patch)
treea245fec740950e7b7efb906866b2fd5eae66935a
parent3bd094b1bc6f7381ee9e003a8fccc645d73c7a22 (diff)
downloadzsh-268357abc053f0fa9425f32e84a3a9bfb298aebd.tar.gz
zsh-268357abc053f0fa9425f32e84a3a9bfb298aebd.zip
unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to Completion/Unix/Command.
-rw-r--r--Completion/Cygwin/Command/.distfiles4
-rw-r--r--Completion/Unix/Command/.distfiles2
-rw-r--r--Completion/Unix/Command/_getfacl (renamed from Completion/Cygwin/Command/_getfacl)0
-rw-r--r--Completion/Unix/Command/_setfacl (renamed from Completion/Cygwin/Command/_setfacl)0
4 files changed, 4 insertions, 2 deletions
diff --git a/Completion/Cygwin/Command/.distfiles b/Completion/Cygwin/Command/.distfiles
index d2622cdd5..eec683b01 100644
--- a/Completion/Cygwin/Command/.distfiles
+++ b/Completion/Cygwin/Command/.distfiles
@@ -1,7 +1,7 @@
DISTFILES_SRC='
.distfiles
_cygcheck _cygpath _cygrunsrv _cygserver
-_cygstart _dumper _getclip _getfacl
+_cygstart _dumper _getclip
_mkshortcut _mkzsh _pscp _putclip
-_readshortcut _setfacl
+_readshortcut
'
diff --git a/Completion/Unix/Command/.distfiles b/Completion/Unix/Command/.distfiles
index 2a96ad6b1..9d74c518a 100644
--- a/Completion/Unix/Command/.distfiles
+++ b/Completion/Unix/Command/.distfiles
@@ -66,6 +66,7 @@ _gdb
_genisoimage
_getconf
_getent
+_getfacl
_getmail
_git
_global
@@ -174,6 +175,7 @@ _samba
_sccs
_screen
_sed
+_setfacl
_sh
_showmount
_sisu
diff --git a/Completion/Cygwin/Command/_getfacl b/Completion/Unix/Command/_getfacl
index 6c3b9f261..6c3b9f261 100644
--- a/Completion/Cygwin/Command/_getfacl
+++ b/Completion/Unix/Command/_getfacl
diff --git a/Completion/Cygwin/Command/_setfacl b/Completion/Unix/Command/_setfacl
index c87a1d017..c87a1d017 100644
--- a/Completion/Cygwin/Command/_setfacl
+++ b/Completion/Unix/Command/_setfacl