Path to this page:
./
emulators/suse121_base,
Linux compatibility package
Branch: pkgsrc-2012Q2,
Version: 12.1nb3,
Package name: suse_base-12.1nb3,
Maintainer: pkgsrc-usersLinux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.
This package supports running ELF binaries linked with glibc2 that
don't require X11 shared libraries.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2012/03/21 13:35:50 obache Exp $
EMULDIR="${PKG_PREFIX}/@EMULSUBDIR@"
case "${STAGE}" in
DEINSTALL)
# Run any actions that require root privileges.
${TEST} ! -x ./+ROOT_ACTIONS ||
./+ROOT_ACTIONS REMOVE ${PKG_METADATA_DIR} || exit 1
# Blow away the /proc directory
${RMDIR} -p ${EMULDIR}/proc
# Remove some files created by pkgsrc.
${RM} -f ${EMULDIR}/etc/ld.so.cache
${RM} -f ${EMULDIR}/etc/mtab
${RM} -f ${EMULDIR}/etc/group
${RM} -f ${EMULDIR}/etc/gshadow
${RM} -f ${EMULDIR}/etc/passwd
${RM} -f ${EMULDIR}/etc/shadow
${RM} -f ${EMULDIR}/var/cache/ldconfig/aux-cache
${RM} -rf ${EMULDIR}/var/lock
;;
esac
MESSAGE.DragonFly [+/-]===========================================================================
$NetBSD: MESSAGE.DragonFly,v 1.1.1.1 2012/03/21 13:35:50 obache Exp $
Do not forget to include COMPAT_LINUX in your kernel configuration file.
You will also need to load the "linux.ko" kernel module (using kldload(8)
or by setting linux_enable=yes in /etc/rc.conf.
Most Linux binaries also require linprocfs to be mounted.
===========================================================================
MESSAGE.FreeBSD [+/-]===========================================================================
$NetBSD: MESSAGE.FreeBSD,v 1.1.1.1 2012/03/21 13:35:50 obache Exp $
Do not forget to include COMPAT_LINUX in your kernel configuration file.
You will also need to load the "linux.ko" kernel module (using kldload(8)
or by setting linux_enable=yes in /etc/rc.conf.
Most Linux binaries also require linprocfs to be mounted.
===========================================================================
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2012/03/21 13:35:50 obache Exp $
Do not forget to include COMPAT_LINUX in your kernel configuration file.
Linux binaries require this option in order to work.
Most Linux binaries also require procfs to be mounted with -o linux.
This can be automated by adding the following to your /etc/fstab:
procfs /${EMULSUBDIR}/proc procfs ro,linux
Some Linux binaries also require tmpfs to be mounted on /dev/shm.
This can be automated by adding the following to your /etc/fstab:
tmpfs /${EMULSUBDIR}/dev/shm tmpfs rw,-m1777
===========================================================================
Required to build:[
pkgtools/rpm2pkg]
Master sites:
Version history: (Expand)
- (2012-07-26) Updated to version: suse_base-12.1nb3
- (2012-07-05) Package added to pkgsrc.se, version suse_base-12.1nb2 (created)
CVS history: (Expand)
2012-07-25 15:43:53 by S.P.Zeidler | Files touched by this commit (2) | |
Log message:
Pullup ticket #3867 - requested by obache
emulators/suse121_base: security update
Revisions pulled up:
- emulators/suse121_base/Makefile 1.4
- emulators/suse121_base/distinfo 1.4
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: obache
Date: Tue Jul 24 09:59:48 UTC 2012
Modified Files:
pkgsrc/emulators/suse121_base: Makefile distinfo
Log message:
Update bash-4.2/libreadline6-6.2 rpm to 1.14.1 for CVE-2012-3410.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/suse121_base/Makefile \
pkgsrc/emulators/suse121_base/distinfo
|