Skip to content

Commit 6b61437

Browse files
authored
Add files via upload
1 parent 273649b commit 6b61437

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/realtime

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#
33
# ../scripts/realtime. Generated from realtime.in by configure.
4-
# on Tue Aug 17 06:44:47 EDT 2021
4+
# on Tue Aug 17 15:12:17 EDT 2021
55
#
66

77
export LANG=C
@@ -56,8 +56,8 @@ CheckConfig(){
5656
echo "Missing rtapi.conf. Check your installation." 1>&2
5757
exit 1
5858
fi
59-
INSMOD="/opt/hal-core/bin/linuxcnc_module_helper insert"
60-
RMMOD="/opt/hal-core/bin/linuxcnc_module_helper remove"
59+
INSMOD="/opt/hal-core/bin/module_helper insert"
60+
RMMOD="/opt/hal-core/bin/module_helper remove"
6161
LSMOD=""
6262
FUSER="/usr/bin/fuser"
6363

scripts/rtapi.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DO NOT EDIT THIS FILE !
22
#
33
# ../scripts/rtapi.conf. Generated from rtapi.conf.in by configure.
4-
# on Tue Aug 17 06:44:47 EDT 2021
4+
# on Tue Aug 17 15:12:17 EDT 2021
55
#
66

77
# A few parameters from emc2/Makefile.inc

0 commit comments

Comments
 (0)