]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- patch fixed for proper applying, if you still want to use it ;)
authoralchemyx <alchemyx@pld-linux.org>
Thu, 30 Dec 1999 14:51:55 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-cipher.patch -> 1.2

util-linux-cipher.patch

index 8f4ae90c71989abff0ba75e3dcd646d677a8c862..1a69040cb5d800072b764a2a878c6a38b546fa95 100644 (file)
@@ -1,18 +1,6 @@
-diff -urN util-linux-2.9v/MCONFIG util-linux-2.9v.int/MCONFIG
---- util-linux-2.9v/MCONFIG    Tue Aug 24 01:33:35 1999
-+++ util-linux-2.9v.int/MCONFIG        Mon Sep  6 14:05:07 1999
-@@ -16,7 +16,7 @@
- # If HAVE_PAM is set to "yes", then login, chfn, chsh, and newgrp
- # will use PAM for authentication. Additionally, passwd will not be
- # installed as it is not PAM aware.
--HAVE_PAM=no
-+HAVE_PAM=yes
- # If HAVE_SHADOW is set to "yes", then login, chfn, chsh, newgrp, passwd,
- # and vipw will not be built or installed from the login-utils
-diff -urN util-linux-2.9v/mount/Makefile util-linux-2.9v.int/mount/Makefile
---- util-linux-2.9v/mount/Makefile     Fri Jul  9 04:56:39 1999
-+++ util-linux-2.9v.int/mount/Makefile Mon Sep  6 14:05:07 1999
+diff -urN util-linux-2.9w/mount/Makefile util-linux-2.9w.int/mount/Makefile
+--- util-linux-2.9w/mount/Makefile     Fri Jul  9 04:56:39 1999
++++ util-linux-2.9w.int/mount/Makefile Mon Sep  6 14:05:07 1999
 @@ -36,7 +36,7 @@
  GEN_FILES = nfsmount.x nfsmount.h nfsmount_xdr.c nfsmount_clnt.c
  
@@ -31,9 +19,9 @@ diff -urN util-linux-2.9v/mount/Makefile util-linux-2.9v.int/mount/Makefile
        $(LINK) $^ -o $@
  
  mount.o umount.o nfsmount.o losetup.o fstab.o sundries.o: sundries.h
-diff -urN util-linux-2.9v/mount/lomount.c util-linux-2.9v.int/mount/lomount.c
---- util-linux-2.9v/mount/lomount.c    Fri Jul  9 04:56:39 1999
-+++ util-linux-2.9v.int/mount/lomount.c        Mon Sep  6 14:05:07 1999
+diff -urN util-linux-2.9w/mount/lomount.c util-linux-2.9w.int/mount/lomount.c
+--- util-linux-2.9w/mount/lomount.c    Fri Jul  9 04:56:39 1999
++++ util-linux-2.9w.int/mount/lomount.c        Mon Sep  6 14:05:07 1999
 @@ -26,6 +26,7 @@
  
  #include "loop.h"
@@ -82,9 +70,9 @@ diff -urN util-linux-2.9v/mount/lomount.c util-linux-2.9v.int/mount/lomount.c
    default:
      fprintf (stderr,
             _("Don't know how to get key for encryption system %d\n"),
-diff -urN util-linux-2.9v/mount/losetup.8 util-linux-2.9v.int/mount/losetup.8
---- util-linux-2.9v/mount/losetup.8    Fri Jul  9 04:56:39 1999
-+++ util-linux-2.9v.int/mount/losetup.8        Mon Sep  6 14:05:24 1999
+diff -urN util-linux-2.9w/mount/losetup.8 util-linux-2.9w.int/mount/losetup.8
+--- util-linux-2.9w/mount/losetup.8    Fri Jul  9 04:56:39 1999
++++ util-linux-2.9w.int/mount/losetup.8        Mon Sep  6 14:05:24 1999
 @@ -36,11 +36,47 @@
  .PD 0
  .IP \fBXOR\fP
@@ -169,9 +157,9 @@ diff -urN util-linux-2.9v/mount/losetup.8 util-linux-2.9v.int/mount/losetup.8
  .SH AUTHORS
  .nf
  Original version: Theodore Ts'o <tytso@athena.mit.edu>
-diff -urN util-linux-2.9v/mount/losetup.c util-linux-2.9v.int/mount/losetup.c
---- util-linux-2.9v/mount/losetup.c    Fri Jul  9 04:56:39 1999
-+++ util-linux-2.9v.int/mount/losetup.c        Mon Sep  6 14:19:53 1999
+diff -urN util-linux-2.9w/mount/losetup.c util-linux-2.9w.int/mount/losetup.c
+--- util-linux-2.9w/mount/losetup.c    Fri Jul  9 04:56:39 1999
++++ util-linux-2.9w.int/mount/losetup.c        Mon Sep  6 14:19:53 1999
 @@ -17,6 +17,7 @@
  
  #include "loop.h"
@@ -254,9 +242,9 @@ diff -urN util-linux-2.9v/mount/losetup.c util-linux-2.9v.int/mount/losetup.c
        exit(1);
  }
  
-diff -urN util-linux-2.9v/mount/rmd160.c util-linux-2.9v.int/mount/rmd160.c
---- util-linux-2.9v/mount/rmd160.c     Thu Jan  1 01:00:00 1970
-+++ util-linux-2.9v.int/mount/rmd160.c Mon Sep  6 14:05:07 1999
+diff -urN util-linux-2.9w/mount/rmd160.c util-linux-2.9w.int/mount/rmd160.c
+--- util-linux-2.9w/mount/rmd160.c     Thu Jan  1 01:00:00 1970
++++ util-linux-2.9w.int/mount/rmd160.c Mon Sep  6 14:05:07 1999
 @@ -0,0 +1,371 @@
 +/********************************************************************\
 + *
@@ -629,9 +617,9 @@ diff -urN util-linux-2.9v/mount/rmd160.c util-linux-2.9v.int/mount/rmd160.c
 +    
 +/************************ end of file rmd160.c **********************/
 +
-diff -urN util-linux-2.9v/mount/rmd160.h util-linux-2.9v.int/mount/rmd160.h
---- util-linux-2.9v/mount/rmd160.h     Thu Jan  1 01:00:00 1970
-+++ util-linux-2.9v.int/mount/rmd160.h Mon Sep  6 14:05:07 1999
+diff -urN util-linux-2.9w/mount/rmd160.h util-linux-2.9w.int/mount/rmd160.h
+--- util-linux-2.9w/mount/rmd160.h     Thu Jan  1 01:00:00 1970
++++ util-linux-2.9w.int/mount/rmd160.h Mon Sep  6 14:05:07 1999
 @@ -0,0 +1,58 @@
 +/********************************************************************\
 + *
This page took 0.074315 seconds and 4 git commands to generate.