mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-15 03:25:32 +00:00
Instead of tracking git upstream directly, the upstream branch now contains the contents of the orig tarball available at http://www.freedesktop.org/software/systemd/
14 lines
192 B
Awk
14 lines
192 B
Awk
BEGIN {
|
|
print "<!DOCTYPE node PUBLIC DBUS_INTROSPECT_1_0_XML_PUBLIC_IDENTIFIER"
|
|
print "DBUS_INTROSPECT_1_0_XML_SYSTEM_IDENTIFIER>"
|
|
print "<node>"
|
|
}
|
|
|
|
// {
|
|
print
|
|
}
|
|
|
|
END {
|
|
print "</node>"
|
|
}
|