Skip to content
Snippets Groups Projects
Commit 99d71f37 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

renaming: Renamed G&F to SECO North

Also updated the URLs to www.seco.com.
parent 45e7eec1
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ do_install() {
}
pkg_postinst_ontarget:${PN}-network_guf () {
# Write Network Manager connections G&F device config during first boot
# Write Network Manager connections SECO North device config during first boot
${sbindir}/gf-network-conf.sh --format=networkmanager generate
}
......
......@@ -6,7 +6,7 @@
# shellcheck disable=SC2120
#
HELP="
# Garz & Fricke xml configuration reader.
# SECO Northern Europe xml configuration reader.
#
# Some parts of the system configuration are stored in an
# xml file stored on one of the boot partitions of the emmc.
......
# A set of helper functions used for the G&F device configuration scripts
# A set of helper functions used for the SECO North device configuration scripts
# shellcheck disable=2154
# Set to zero if not set outside as environment variable
......@@ -457,7 +457,7 @@ is_os_fngsystem()
}
#========================================================
# Access the G&F XML config file
# Access the SECO North XML config file
#========================================================
CONFIG_XML="/etc/shared/config.xml"
......
......@@ -5,7 +5,7 @@
# Default-Start: 2 3 4 5
# Default-Stop: 1
# Short-Description: Setup volatile network config
# Description: Reads network config from G&F xml configuration and sets up local network config
# Description: Reads network config from SECO North xml configuration and sets up local network config
# files accordingly
### END INIT INFO
#
......
......@@ -4,9 +4,9 @@
# and complains about using unassigned variables.
#
HELP="
# Garz & Fricke initial network setup script.
# SECO Northern Europe initial network setup script.
#
# This script read the G&F device configuration and writes
# This script read the SECO North device configuration and writes
# network config files representing this settings.
#
# $0 [options] list|generate|apply-mac
......
......@@ -4,7 +4,7 @@
# and complains about using unassigned variables.
#
HELP="
# Garz & Fricke version interface.
# SECO Northern Europe version interface.
#
# Used to query versions of installed and running bootloader, os, ...
#
......
#!/bin/sh
export HELP="
# Convert a Garz&Fricke mac address to a Garz&Fricke serial number.
# Convert a SECO Northern Europe mac address to a SECO Northern Europe serial number.
#
# $0 [options] <mac>
"
......
#!/bin/sh
export HELP="
# Convert a Garz&Fricke serial number to a Garz&Fricke mac address.
# Convert a SECO Northern Europe serial number to a SECO Northern Europe mac address.
#
# $0 [options] <mac>
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment