Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv26748/build/scripts
Modified Files:
heimdal
Log Message:
Changed heimdal so it compiles after busybox (to avoid busybox abort)
Index: heimdal
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/heimdal,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- heimdal 28 Oct 2003 01:21:24 -0000 1.1
+++ heimdal 30 Oct 2003 21:37:37 -0000 1.2
@@ -9,7 +9,7 @@
### BEGIN INIT INFO
# Provides: heimdal
-# Required-Start: $basebuildtools glibc db-4 gdbm Libnet openssl openldap readline
+# Required-Start: $basebuildtools glibc db-4 gdbm Libnet openssl openldap readline busybox
# Required-Stop:
# Default-Start: 1 2
# Default-Stop:
|