diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-06-13 12:51:08 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-06-13 12:51:08 +0000 |
| commit | 90f5247f84f484ff71ed0a880f96f1a73b37b47a (patch) | |
| tree | c017f701f9dea491813446873742b39c38994ff1 | |
| parent | users/12911: Tomasz Pala: completion for strace (diff) | |
| download | zsh-90f5247f84f484ff71ed0a880f96f1a73b37b47a.tar zsh-90f5247f84f484ff71ed0a880f96f1a73b37b47a.tar.gz zsh-90f5247f84f484ff71ed0a880f96f1a73b37b47a.tar.bz2 zsh-90f5247f84f484ff71ed0a880f96f1a73b37b47a.tar.lz zsh-90f5247f84f484ff71ed0a880f96f1a73b37b47a.tar.xz zsh-90f5247f84f484ff71ed0a880f96f1a73b37b47a.tar.zst zsh-90f5247f84f484ff71ed0a880f96f1a73b37b47a.zip | |
move _strace to be Linux-specific
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | Completion/Linux/Command/.distfiles | 23 | ||||
| -rw-r--r-- | Completion/Linux/Command/_strace (renamed from Completion/Unix/Command/_strace) | 0 | ||||
| -rw-r--r-- | Completion/Unix/Command/.distfiles | 1 |
4 files changed, 21 insertions, 5 deletions
@@ -1,5 +1,7 @@ 2008-06-13 Peter Stephenson <pws@csr.com> + * unposted: Completion/{Unix,Linux}/Command/{strace,.distfiles}: move + * users/12911: Tomasz Pala <gotar@polanet.pl>: Completion/Unix/Command/_strace, Completion/Unix/Command/.distfiles: new completion diff --git a/Completion/Linux/Command/.distfiles b/Completion/Linux/Command/.distfiles index c31b0a148..ff98cca82 100644 --- a/Completion/Linux/Command/.distfiles +++ b/Completion/Linux/Command/.distfiles @@ -1,10 +1,25 @@ DISTFILES_SRC=' .distfiles -_acpi _analyseplugin +_acpi +_analyseplugin _acpitool -_brctl _fusermount _iptables _iwconfig _losetup -_mii-tool _modutils _mondo _pkgtool _sshfs _tpb -_tpconfig _tune2fs _uml _valgrind _vserver +_brctl +_fusermount +_iptables +_iwconfig +_losetup _lsusb +_mii-tool +_modutils +_mondo +_pkgtool +_sshfs +_strace +_tpb +_tpconfig +_tune2fs +_uml +_valgrind +_vserver _yast ' diff --git a/Completion/Unix/Command/_strace b/Completion/Linux/Command/_strace index ba777d68a..ba777d68a 100644 --- a/Completion/Unix/Command/_strace +++ b/Completion/Linux/Command/_strace diff --git a/Completion/Unix/Command/.distfiles b/Completion/Unix/Command/.distfiles index 3feb4ef6d..727443a13 100644 --- a/Completion/Unix/Command/.distfiles +++ b/Completion/Unix/Command/.distfiles @@ -178,7 +178,6 @@ _spamassassin _sqsh _ssh _stgit -_strace _strip _stty _su |
