Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: completion for fakeroot



description :

fakeroot - run a command in an environment faking root privileges for
file manipulation

Maybe this should be going to the Completion/Linux directory.

--- ./Completion/User/_fakeroot.chmou   Tue May  5 13:32:27 1998
+++ ./Completion/User/_fakeroot Fri Apr  7 18:07:18 2000
@@ -0,0 +1,6 @@
+#compdef fakeroot
+
+_arguments \
+       '--lib[alternate wrapper library]:wrapper library:_files' \
+       '--faked[alternate faked binary]:fake binary:_command_names' \
+       '*::arguments: _normal'
--- ./Completion/User/.distfiles.chmou  Fri Apr  7 18:08:28 2000
+++ ./Completion/User/.distfiles        Fri Apr  7 18:08:33 2000
@@ -2,7 +2,7 @@
     .distfiles
     _a2ps _archie _bison _bunzip2 _bzip2 _chown _compress
     _configure _cvs _dd _diff _diff_options _dir_list _dirs
-    _domains _dvi _find _finger _flex _gcc _gdb  _getconf _gprof _groups
+    _domains _dvi _find _finger _fakeroot _flex _gcc _gdb  _getconf _gprof _groups
     _gs _gunzip _gv _gzip _hosts _imagemagick _ispell _killall _lp _lynx
     _mailboxes _make _man _mh _mount _mutt _my_accounts _mysql_utils _nedit
     _netscape _nslookup _other_accounts _pack _patch _pbm _pdf _perl


-- 
MandrakeSoft Inc                http://www.mandrakesoft.com
Pasadena, CA USA                                  --Chmouel



Messages sorted by: Reverse Date, Date, Thread, Author