[setup/f15] gopher home dir in uidgid should be /var/gopher - #752885, add ext4 to /etc/filesystems - #750506, c

Ondrej Vasik ovasik at fedoraproject.org
Tue Jan 3 12:04:02 UTC 2012


commit b63a44273cb45a9f0341e9ce983dbb2c49ae03db
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Tue Jan 3 13:03:50 2012 +0100

    gopher home dir in uidgid should be /var/gopher - #752885, add ext4 to /etc/filesystems - #750506, comment out 0/tcp spr-itunes /etc/services entry (#710185), add hvc[01], xvc0, hvsi[012] to /etc/securetty (#728030)

 setup-2.8.33-changes.patch |   45 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/setup-2.8.33-changes.patch b/setup-2.8.33-changes.patch
new file mode 100644
index 0000000..6147a84
--- /dev/null
+++ b/setup-2.8.33-changes.patch
@@ -0,0 +1,45 @@
+diff -urNp setup-2.8.36-orig/filesystems setup-2.8.36/filesystems
+--- setup-2.8.36-orig/filesystems	2011-08-16 15:13:43.000000000 +0200
++++ setup-2.8.36/filesystems	2012-01-03 12:45:29.969097571 +0100
+@@ -1,3 +1,4 @@
++ext4
+ ext3
+ ext2
+ nodev proc
+diff -urNp setup-2.8.36-orig/securetty setup-2.8.36/securetty
+--- setup-2.8.36-orig/securetty	2011-08-16 15:13:43.000000000 +0200
++++ setup-2.8.36/securetty	2011-08-23 10:02:37.816742508 +0200
+@@ -21,3 +21,9 @@ tty8
+ tty9
+ tty10
+ tty11
++hvc0
++hvc1
++hvsi0
++hvsi1
++hvsi2
++xvc0
+diff -urNp setup-2.8.36-orig/services setup-2.8.36/services
+--- setup-2.8.36-orig/services	2011-08-16 15:13:43.000000000 +0200
++++ setup-2.8.36/services	2011-08-23 09:51:08.588818354 +0200
+@@ -584,7 +584,7 @@ fido            60179/udp               
+ 
+ 
+ # Updated additional list from IANA with all missing services 04/07/2008
+-spr-itunes      0/tcp   spl-itunes      # Shirt Pocket netTunes
++#spr-itunes      0/tcp   spl-itunes      # Shirt Pocket netTunes - no port allocated
+ compressnet     2/tcp                   # Management Utility
+ compressnet     2/udp                   # Management Utility
+ #compressnet    3/tcp                   # Compression Process
+diff -urNp setup-2.8.36-orig/uidgid setup-2.8.36/uidgid
+--- setup-2.8.36-orig/uidgid	2011-08-16 15:13:43.000000000 +0200
++++ setup-2.8.36/uidgid	2011-08-23 09:42:12.335693907 +0200
+@@ -19,7 +19,7 @@ news	9	13	/var/spool/news		/sbin/nologin
+ uucp	10	14	/var/spool/uucp		/sbin/nologin	setup
+ operator	11	(0)	/root		/sbin/nologin	setup
+ games	12	(100)	/usr/games		/sbin/nologin	setup
+-gopher	13	30	/usr/lib/gopher-data		/sbin/nologin	setup
++gopher	13	30	/var/gopher		/sbin/nologin	setup
+ ftp	14	50	/var/ftp		/sbin/nologin	setup
+ man	-	15	-		-	setup
+ oprofile	16	16	/home/oprofile		/sbin/nologin	oprofile


More information about the scm-commits mailing list