~ubuntu-branches/ubuntu/saucy/9base/saucy

« back to all changes in this revision

Viewing changes to debian/patches/0002-01-basedir.patch.patch

  • Committer: Package Import Robot
  • Author(s): Gergely Nagy
  • Date: 2011-12-15 14:15:57 UTC
  • Revision ID: package-import@ubuntu.com-20111215141557-qulwnrr1yo8mvwv2
Tags: 1:6-5
* New maintainer (Closes: #647092).
* Include 'strings' in the long description (Closes: #622177).
* Remove empty manual pages: better no manpages than an empty one.
* Fix the troff macros to look for include files at the right location.
* Update README.Debian, to show how to display the plan9 man pages properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Kai Hendry <hendry@iki.fi>
 
2
Date: Thu, 15 Dec 2011 13:09:19 +0100
 
3
Subject: 01-basedir.patch
 
4
 
 
5
---
 
6
 rc/plan9ish.c |    2 +-
 
7
 1 files changed, 1 insertions(+), 1 deletions(-)
 
8
 
 
9
diff --git a/rc/plan9ish.c b/rc/plan9ish.c
 
10
index 269d124..f9a43ef 100644
 
11
--- a/rc/plan9ish.c
 
12
+++ b/rc/plan9ish.c
 
13
@@ -27,7 +27,7 @@ char *syssigname[]={
 
14
 char*
 
15
 Rcmain(void)
 
16
 {
 
17
-       return unsharp("#9/etc/rcmain");
 
18
+       return unsharp("/usr/lib/plan9/etc/rcmain");
 
19
 }
 
20
 
 
21
 char Fdprefix[]="/dev/fd/";
 
22
--