diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-11-29 19:49:19 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-11-29 19:49:19 +0000 |
commit | cbad256e7578280c0048fdb31e05efa41fdaf889 (patch) | |
tree | 465e2f3a2d6170df4d353044171dd5e774aa95eb | |
parent | fix MASTER_SITES (freefall -> freefall.freebsd.org) (diff) |
Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that it
will be executed before any other scripts that depend on it (such as an
anticipated "cvsupd.sh").
Notes
Notes:
svn path=/head/; revision=4714
-rw-r--r-- | lang/modula-3-lib/Makefile | 4 | ||||
-rw-r--r-- | lang/modula-3-lib/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile index 605417068b04..a0aa75f677db 100644 --- a/lang/modula-3-lib/Makefile +++ b/lang/modula-3-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Oct 1996 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.2 1996/11/12 02:18:39 obrien Exp $ +# $Id: Makefile,v 1.3 1996/11/14 23:18:58 jdp Exp $ # DISTNAME= modula-3-lib-3.6 @@ -50,7 +50,7 @@ DISTFILES+= m3-fbsd-gcc-3.6.tar.gz # Startup script, run at boot time startup_dir= ${PREFIX}/etc/rc.d -startup_script= ${startup_dir}/m3.sh +startup_script= ${startup_dir}/50.m3.sh # The Modula-3 build process insists on installing each individual # component immediately after that component is built. To avoid having diff --git a/lang/modula-3-lib/pkg-plist b/lang/modula-3-lib/pkg-plist index 36a23286127c..5e9e9892b056 100644 --- a/lang/modula-3-lib/pkg-plist +++ b/lang/modula-3-lib/pkg-plist @@ -1,4 +1,4 @@ -etc/rc.d/m3.sh +etc/rc.d/50.m3.sh lib/m3/FreeBSD2/libDiGraph.so.4.0 lib/m3/FreeBSD2/libGeometry.so.4.0 lib/m3/FreeBSD2/libImages.so.4.0 |