forked from pool/aaa_base
991998f12b
- readd some boot.* scripts that are required by insserv for not ported applications (they are empty though) - Enforce creation of /etc/adjtime even if no /etc/sysconfig/clock exists (bnc#779440) - also move the file to /run - generate utmp in /run not in /var/run - /var/run/utmp should be packaged as /run/utmp OBS-URL: https://build.opensuse.org/request/show/140169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=363
13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">12.3</param>
|
|
<param name="url">git://github.com/openSUSE/aaa_base.git</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|