From mboxrd@z Thu Jan 1 00:00:00 1970 From: cfeist@sourceware.org Date: 28 Aug 2006 16:36:47 -0000 Subject: [Cluster-devel] cluster/gfs2/mount Makefile Message-ID: <20060828163647.12959.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: cfeist at sourceware.org 2006-08-28 16:36:47 Modified files: gfs2/mount : Makefile Log message: The gfs package should be installing the umount/mount.gfs links. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 --- cluster/gfs2/mount/Makefile 2006/08/11 15:18:13 1.10 +++ cluster/gfs2/mount/Makefile 2006/08/28 16:36:47 1.11 @@ -66,8 +66,6 @@ install: all install mount.gfs2 ${sbindir} install umount.gfs2 ${sbindir} - (cd ${sbindir}; ln -f mount.gfs2 mount.gfs) - (cd ${sbindir}; ln -f umount.gfs2 umount.gfs) uninstall: ${UNINSTALL} mount.gfs2 umount.gfs2 mount.gfs umount.gfs ${sbindir}