[arch-commits] CVS update of core/base/filesystem (PKGBUILD fstab ld.so.conf)
Aaron Griffin
aaron at archlinux.org
Thu Feb 14 20:47:57 UTC 2008
Date: Thursday, February 14, 2008 @ 15:47:57
Author: aaron
Path: /home/cvs-core/core/base/filesystem
Modified: PKGBUILD (1.96 -> 1.97) fstab (1.14 -> 1.15)
ld.so.conf (1.1.1.1 -> 1.2)
upgpkg: filesystem 2008.02-1
Backup /etc/issue
Version bump to 2008.02 for new ISOs
Put removable media dirs in /media by default
Remove /usr/X11R6/lib from default ld.so.conf
------------+
PKGBUILD | 14 +++++++-------
fstab | 6 +++---
ld.so.conf | 2 --
3 files changed, 10 insertions(+), 12 deletions(-)
Index: core/base/filesystem/PKGBUILD
diff -u core/base/filesystem/PKGBUILD:1.96 core/base/filesystem/PKGBUILD:1.97
--- core/base/filesystem/PKGBUILD:1.96 Fri Feb 8 05:55:27 2008
+++ core/base/filesystem/PKGBUILD Thu Feb 14 15:47:57 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.96 2008/02/08 10:55:27 pierre Exp $
+# $Id: PKGBUILD,v 1.97 2008/02/14 20:47:57 aaron Exp $
# Maintainer: Aaron Griffin <aaron at archlinux.org>
# Contributor: judd <jvinet at zeroflux.org>
pkgname=filesystem
-pkgver=2007.11
-pkgrel=7
+pkgver=2008.02
+pkgrel=1
pkgdesc="Base filesystem"
arch=(i686 x86_64)
license=('GPL')
@@ -14,7 +14,7 @@
#depends=('sh' 'coreutils')
backup=(etc/fstab etc/crypttab etc/group etc/hosts etc/ld.so.conf etc/passwd \
etc/shadow etc/gshadow etc/resolv.conf etc/motd etc/nsswitch.conf \
- etc/shells etc/host.conf etc/securetty etc/profile)
+ etc/shells etc/host.conf etc/securetty etc/profile etc/issue)
source=(group issue nsswitch.conf securetty host.conf ld.so.conf \
passwd shadow fstab crypttab hosts motd resolv.conf shells \
gshadow services protocols profile)
@@ -23,10 +23,10 @@
'775464ba7588b4976e0c2a02b83123f4'
'655071da46d2ac03e0fb8a071bf193ea'
'f28150d4c0b22a017be51b9f7f9977ed'
- 'f9e1d9fbf084dcc29a82a74b9ed4be65'
+ '2c24792d97ef3cf0d73b60d4c429730b'
'4eee5140437e09821e82d689f53439b3'
'c163cae617cbae36d1eb5546bdb59bcb'
- '0d3cfed6eacf21072e468bb7fe80cf07'
+ 'f1703c4f83cd7bd8a264d69e66fa5160'
'e5d8323a4dbee7a6d0d2a19cbf4b819f'
'81b3cb42a6ddabc2ed2310511ee9c859'
'd41d8cd98f00b204e9800998ecf8427e'
@@ -42,7 +42,7 @@
cd $startdir/pkg
mkdir -p bin boot dev etc home lib mnt proc root sbin tmp usr var opt srv sys
chmod 555 proc
- mkdir -p mnt/{fl,cd,dvd}
+ mkdir -p media/{fl,cd,dvd}
mkdir -p usr/{bin,include,lib,sbin,share/misc,src,man}
mkdir -p usr/share/man/man{1,2,3,4,5,6,7,8}
Index: core/base/filesystem/fstab
diff -u core/base/filesystem/fstab:1.14 core/base/filesystem/fstab:1.15
--- core/base/filesystem/fstab:1.14 Wed Nov 9 14:35:53 2005
+++ core/base/filesystem/fstab Thu Feb 14 15:47:57 2008
@@ -5,7 +5,7 @@
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
-/dev/cdrom /mnt/cd iso9660 ro,user,noauto,unhide 0 0
-/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
-/dev/fd0 /mnt/fl vfat user,noauto 0 0
+/dev/cdrom /media/cd iso9660 ro,user,noauto,unhide 0 0
+/dev/dvd /media/dvd udf ro,user,noauto,unhide 0 0
+/dev/fd0 /media/fl vfat user,noauto 0 0
Index: core/base/filesystem/ld.so.conf
diff -u core/base/filesystem/ld.so.conf:1.1.1.1 core/base/filesystem/ld.so.conf:1.2
--- core/base/filesystem/ld.so.conf:1.1.1.1 Mon Mar 4 02:28:25 2002
+++ core/base/filesystem/ld.so.conf Thu Feb 14 15:47:57 2008
@@ -2,6 +2,4 @@
# /etc/ld.so.conf
#
-/usr/X11R6/lib
-
# End of file
More information about the arch-commits
mailing list