Browse Source

fixed the eject patch :-(

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2078 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
0d4444d01e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/base/kiss/eject_feature.patch

+ 2
- 2
package/base/kiss/eject_feature.patch

@ -61,8 +61,8 @@ laptops (e.g. Apple ones) ...
{ "exec", doexec, 1 },
{ "exit", doquit, 1 },
{ "grep", dogrep, 0 },
--- kiss-0.21/src/kiss.h 1998-09-25 14:07:10.000000000 +0200
+++ kiss-0.21-rxr/src/kiss.h 2003-12-24 21:33:24.000000000 +0100
--- srx/kiss.h 1998-09-25 14:07:10.000000000 +0200
+++ src/kiss.h 2003-12-24 21:33:24.000000000 +0100
@@ -194,6 +194,7 @@
extern int dochown (Stringstack s);
extern int docp (Stringstack s);

Loading…
Cancel
Save