/usr/lib/shape/release.c.tmpl is in shapetools 1.4pl6-11.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | /* $__xpoff$ -- Delete this line after you have copied release.c.tmpl */
char *release () {
static char release[] = "$__lastrelease$ ($__ctime$ by $__author$)";
return release;
}
/* $__xpon$ -- Delete this line after you have copied release.c.tmpl */
|