diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-12-04 14:10:23 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-12-04 14:10:23 +0000 |
commit | 6368a41f346b2615ce31ab2b871587e9f3112c22 (patch) | |
tree | 01b5ab51c9a01018ec03092f684492ba65a23a6a /net-misc/wicd/files | |
parent | Fix typo in die message. (diff) | |
download | gentoo-2-6368a41f346b2615ce31ab2b871587e9f3112c22.tar.gz gentoo-2-6368a41f346b2615ce31ab2b871587e9f3112c22.tar.bz2 gentoo-2-6368a41f346b2615ce31ab2b871587e9f3112c22.zip |
version bump
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc6-wl-dirty x86_64)
Diffstat (limited to 'net-misc/wicd/files')
-rw-r--r-- | net-misc/wicd/files/wicd-1.5.3-wicd-client-manpage.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-misc/wicd/files/wicd-1.5.3-wicd-client-manpage.patch b/net-misc/wicd/files/wicd-1.5.3-wicd-client-manpage.patch deleted file mode 100644 index 767d6201c737..000000000000 --- a/net-misc/wicd/files/wicd-1.5.3-wicd-client-manpage.patch +++ /dev/null @@ -1,32 +0,0 @@ -Index: setup.py -=================================================================== ---- setup.py (revision 488) -+++ setup.py (working copy) -@@ -311,6 +311,7 @@ - if not wpath.no_install_init: - data.append(( wpath.init, [ wpath.initfile ])) - if not wpath.no_install_man: -+ data.append(( wpath.mandir + 'man1/', [ 'man/wicd-client.1' ])) - data.append(( wpath.mandir + 'man8/', [ 'man/wicd.8' ])) - data.append(( wpath.mandir + 'man5/', [ 'man/wicd-manager-settings.conf.5' ])) - data.append(( wpath.mandir + 'man5/', [ 'man/wicd-wired-settings.conf.5' ])) -Index: in/man=wicd-client.1.in -=================================================================== ---- in/man=wicd-client.1.in (revision 0) -+++ in/man=wicd-client.1.in (revision 0) -@@ -0,0 +1,15 @@ -+.TH WICD-CLIENT "1" "September 2008" "wicd-client " "User Commands" -+.SH NAME -+wicd-client \- manual page for wicd-client -+.SH DESCRIPTION -+wireless (and wired) connection daemon front\-end. -+.SS "Arguments:" -+.TP -+\fB\-n\fR \fB\-\-no\-tray\fR -+Run wicd without the tray icon. -+.TP -+\fB\-h\fR \fB\-\-help\fR -+Print this help information. -+.TP -+\fB\-a\fR \fB\-\-no\-animate\fR -+Run the tray without network traffic tray animations. |