pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/suse91_base Add more files and directories i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc2dd13ddbe4
branches:  trunk
changeset: 491343:bc2dd13ddbe4
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Mar 23 10:41:44 2005 +0000

description:
Add more files and directories in "etc" to the blacklist to avoid strange
behavior of e.g. Netscape 7. Based on a suggestion by Mark Davies in
private e-mail. Bump package revision because of this change.

diffstat:

 emulators/suse91_base/Makefile |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 8060a55d1a91 -r bc2dd13ddbe4 emulators/suse91_base/Makefile
--- a/emulators/suse91_base/Makefile    Wed Mar 23 10:36:09 2005 +0000
+++ b/emulators/suse91_base/Makefile    Wed Mar 23 10:41:44 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2005/03/17 16:08:59 tron Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/23 10:41:44 tron Exp $
 
 DISTNAME=              suse_base-${SUSE_VERSION}
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -29,9 +29,12 @@
                        ncurses-5.4-59.${SUSE_ARCH}.rpm \
                        readline-4.3-306.${SUSE_ARCH}.rpm \
                        zlib-1.2.1-70.${SUSE_ARCH}.rpm
-RPMIGNOREPATH=         ./etc/cron.daily ./etc/csh.cshrc ./etc/csh.login \
-                       ./etc/nsswitch.conf ./etc/pam.d ./etc/profile \
-                       ./etc/profile.d ./etc/profile.dos ./etc/shells
+RPMIGNOREPATH=         ./etc/bash.bashrc ./etc/bash_completion.d \
+                       ./etc/cron.daily ./etc/csh.cshrc ./etc/csh.login \
+                       ./etc/inittab ./etc/hushlogins ./etc/java \
+                       ./etc/mailcap ./etc/mime.types ./etc/nsswitch.conf \
+                       ./etc/pam.d ./etc/profile ./etc/profile.dos \
+                       ./etc/rc.d.README ./etc/rpc ./etc/shells ./etc/ttytype
 
 LINUX_LDD=             ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd
 



Home | Main Index | Thread Index | Old Index