Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2003 06:19:27 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30691 for review
Message-ID:  <200305071319.h47DJRZo029155@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=30691

Change 30691 by cvance@cvance_demo on 2003/05/07 06:19:07

	Add KDE menus when installing the demo
	Add the actual package used for the DISCEX demo

Affected files ...

.. //depot/projects/trustedbsd/misc/discex3/package/mac_bsdextended.tgz#1 add
.. //depot/projects/trustedbsd/misc/discex3/package/pkg-plist#2 edit

Differences ...

==== //depot/projects/trustedbsd/misc/discex3/package/pkg-plist#2 (text+ko) ====

@@ -7,6 +7,9 @@
 usr/lib/libugidfw.so
 usr/lib/libugidfw_p.a
 usr/include/ugidfw.h
+usr/local/share/applnk/UGIDFW/.directory
+usr/local/share/applnk/UGIDFW/KUGIDFW.desktop
+usr/local/share/applnk/UGIDFW/Uninstall.desktop
 usr/share/man/man3/libugidfw.3.gz
 usr/share/man/man8/ugidfw.8.gz
 usr/share/man/man4/mac_bsdextended.4.gz
@@ -14,6 +17,8 @@
 @exec /bin/mv %D/boot/loader.conf %D/boot/loader.conf.tmp
 @exec /usr/bin/grep -v mac_bsdextended_load %D/boot/loader.conf.tmp > %D/boot/loader.conf
 @exec /bin/echo 'mac_bsdextended_load="YES"' >> %D/boot/loader.conf
+@exec /sbin/kldload mac_bsdextended 
 @unexec /sbin/ldconfig -R
 @unexec /bin/mv %D/boot/loader.conf %D/boot/loader.conf.tmp
 @unexec /usr/bin/grep -v mac_bsdextended_load %D/boot/loader.conf.tmp > %D/boot/loader.conf
+@unexec /sbin/kldunload mac_bsdextended 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305071319.h47DJRZo029155>