From 52d9a968bfd977e5f8121f617b66adee54eaaf65 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 2 Nov 2010 23:03:35 -0500 Subject: [PATCH] README: add a note about gsed --- README | 3 ++- debian/changelog | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index d39c730e..dc0c9bab 100644 --- a/README +++ b/README @@ -22,9 +22,10 @@ install locally by: 7) Run: byobu -Note that you will need to have two dependencies installed: +Note that you will need to have a few dependencies installed: * screen * python-newt (if you want to use Byobu's configuration utility) + * gsed (if your sed implementation doesn't support -i) Dustin Kirkland 2010-07-28 diff --git a/debian/changelog b/debian/changelog index 63aa51cd..1ea8f470 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ byobu (3.7) unreleased; urgency=low uninstall, usr/share/byobu/keybindings/f-keys: - use gsed, where available; should help with BSD issues running byobu, LP: #651993 + * README: add a note about gsed -- Dustin Kirkland Thu, 21 Oct 2010 12:09:14 -0500