This repository was archived by the owner on Oct 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ log() {
63
63
echo " ----> $1 "
64
64
}
65
65
66
- logHeader () {
66
+ log_header () {
67
67
68
68
echo ' '
69
69
echo ' =================================================================='
@@ -142,7 +142,7 @@ stop_exportfs() {
142
142
143
143
stop () {
144
144
145
- logHeader ' terminating ...'
145
+ log_header ' terminating ...'
146
146
147
147
kill_process_if_running " $PATH_BIN_RPC_SVCGSSD "
148
148
stop_nfsd
@@ -154,7 +154,7 @@ stop() {
154
154
stop_mount " $MOUNT_PATH_NFSD "
155
155
stop_mount " $MOUNT_PATH_RPC_PIPEFS "
156
156
157
- logHeader ' terminated'
157
+ log_header ' terminated'
158
158
159
159
exit 0
160
160
}
@@ -516,7 +516,7 @@ boot_main_svcgssd() {
516
516
517
517
boot_main_print_ready_message () {
518
518
519
- logHeader " ready and waiting for connections on port $( get_reqd_nfsd_port) "
519
+ log_header " ready and waiting for connections on port $( get_reqd_nfsd_port) "
520
520
log ' list of exports:'
521
521
cat $PATH_FILE_ETC_EXPORTS
522
522
}
@@ -528,7 +528,7 @@ boot_main_print_ready_message() {
528
528
529
529
init () {
530
530
531
- logHeader ' setting up'
531
+ log_header ' setting up'
532
532
533
533
init_trap
534
534
init_exports
@@ -539,7 +539,7 @@ init() {
539
539
540
540
boot () {
541
541
542
- logHeader ' starting services'
542
+ log_header ' starting services'
543
543
544
544
boot_main_mounts
545
545
boot_main_rpcbind
You can’t perform that action at this time.
0 commit comments