kadischi/post_install_scripts 01prelink.sh, 1.6, 1.7 02install.sh, 1.8, 1.9

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Sun Jul 9 06:10:26 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/post_install_scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16756/kadischi/post_install_scripts

Modified Files:
	01prelink.sh 02install.sh 
Log Message:
Minor modifications to post_install_scripts/


Index: 01prelink.sh
===================================================================
RCS file: /cvs/devel/kadischi/post_install_scripts/01prelink.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- 01prelink.sh	9 Jul 2006 02:22:27 -0000	1.6
+++ 01prelink.sh	9 Jul 2006 06:10:24 -0000	1.7
@@ -7,12 +7,12 @@
 SYSDIR=$1
 
 if [ -f $SYSDIR/etc/prelink.conf ]; then
-   echo "Prelinking.. "
+   echo "[kadischi]: Prelinking.. "
    /usr/sbin/chroot $SYSDIR /bin/mount -t proc /proc /proc || sleep 1
    /usr/sbin/chroot $SYSDIR /usr/sbin/prelink --all >/dev/null 2>&1
    /usr/sbin/chroot $SYSDIR /bin/umount /proc || sleep 1
    exit 0
 else
-   echo "No prelink.conf found.. won't prelink."
+   echo "[kadischi]: No prelink.conf found.. won't prelink."
    exit 0
 fi


Index: 02install.sh
===================================================================
RCS file: /cvs/devel/kadischi/post_install_scripts/02install.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- 02install.sh	9 Jul 2006 00:47:02 -0000	1.8
+++ 02install.sh	9 Jul 2006 06:10:24 -0000	1.9
@@ -20,7 +20,7 @@
 
 mkdir -p $DSTDIR/root/.config/autostart
 inst userhome.sh usr/sbin/
-inst $INSTALLDIR/desktop/userhome.desktop root/.config/autostart/
+inst ../desktop/userhome.desktop root/.config/autostart/
 
 ## Be sure these are executable
 /bin/chmod 755 $DSTDIR/etc/rc.d/rc.readonly-livecd




More information about the fedora-extras-commits mailing list