pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/hal Create /media automatically, so hald moun...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61e07bdc5fba
branches:  trunk
changeset: 555351:61e07bdc5fba
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sat Feb 28 14:00:23 2009 +0000

description:
Create /media automatically, so hald mount actually works
without manual labour. Bump revision.

diffstat:

 sysutils/hal/INSTALL  |  9 +++++++++
 sysutils/hal/Makefile |  4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 29b4c9daa4a8 -r 61e07bdc5fba sysutils/hal/INSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/hal/INSTALL      Sat Feb 28 14:00:23 2009 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: INSTALL,v 1.1 2009/02/28 14:00:23 ahoka Exp $
+
+case ${STAGE} in
+POST-INSTALL)
+       if [ ! -e /media ]; then
+               mkdir /media
+       fi
+       ;;
+esac
diff -r 29b4c9daa4a8 -r 61e07bdc5fba sysutils/hal/Makefile
--- a/sysutils/hal/Makefile     Sat Feb 28 13:19:46 2009 +0000
+++ b/sysutils/hal/Makefile     Sat Feb 28 14:00:23 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2009/01/25 16:20:36 tron Exp $
+# $NetBSD: Makefile,v 1.34 2009/02/28 14:00:23 ahoka Exp $
 
 DISTNAME=              hal-0.5.11
-PKGREVISION=           20
+PKGREVISION=           21
 CATEGORIES=            sysutils
 MASTER_SITES=          http://hal.freedesktop.org/releases/
 EXTRACT_SUFX=          .tar.bz2



Home | Main Index | Thread Index | Old Index