You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcpcfg/lib/get_debian_release

14 lines
305 B

[%
# vi: ft=tt2
# Returns the Debian release codename of the node calling this function.
#
# @return out The Debian release codename of the node calling this function.
# XXX: This is a deprecated alias for set_debian_info.
PROCESS '/usr/lib/ngcp-ngcpcfg/set_debian_info';
out = debian.codename;
-%]