~ubuntu-branches/ubuntu/oneiric/9base/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-07 12:25:14 UTC
  • mfrom: (6.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091107122514-tcw4u4ha2w2xbbnn
Tags: 1:4-1
* Adding maintainer homepage field to control.
* Marking maintainer homepage field to be also included in binary
  packages and changelog.
* Adding README.source.
* Merging upstream version 4.
* Adding sh4 to explicit architecture list (Closes: #545772).
* Moving maintainer homepage field from control to copyright.
* Updating README.source.
* Updating homepage field in control.
* Removing manpage patch, went upstream.
* Removing kfreebsd.patch, went upstream.
* Generalizing manpage moving in rules.
* Moving base directory from /usr/lib/9base to /usr/lib/plan9 for
  consistency reasons.
* Prefixing manpages with plan9 instead of 9base for consistency
  reasons.
* Bumping versioned build-depends on debhelper.
* Making internal mkMAP and sendcover scripts executable.
* Adding patch to adjust shebang in newly included troff commands.
* Updating lintian-overrides.
* Making buildd-depends on quilt versioned.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Daniel Baumann <daniel@debian.org>
 
2
Description: Adjust to target directory.
 
3
 
 
4
diff -Naurp 9base.orig/rc/plan9ish.c 9base/rc/plan9ish.c
 
5
--- 9base.orig/rc/plan9ish.c    2009-08-05 08:10:47.000000000 +0000
 
6
+++ 9base/rc/plan9ish.c 2009-08-08 16:09:02.000000000 +0000
 
7
@@ -27,7 +27,7 @@ char *syssigname[]={
 
8
 char*
 
9
 Rcmain(void)
 
10
 {
 
11
-       return unsharp("#9/etc/rcmain");
 
12
+       return unsharp("/usr/lib/plan9/etc/rcmain");
 
13
 }
 
14
 
 
15
 char Fdprefix[]="/dev/fd/";