123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>sysvinit</Name>
- <Homepage>http://freshmeat.net/projects/sysvinit/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Programs which control basic system processes</Summary>
- <Description>sysvinit package contains a group of utilities that control the very basic functions of your system. sysvinit contains the init program, the first program started by the Linux kernel when the system boots.</Description>
- <Archive sha1sum="cd6873d3147eaf8f86d3402c2487d8a74d7a3541" type="tarxz">https://github.com/slicer69/sysvinit/releases/download/3.09/sysvinit-3.09.tar.xz</Archive>
- <Patches>
- <!--<Patch>makefile.patch</Patch>-->
- <!--<Patch>sysvinit-2.86-docs.patch</Patch>-->
- <!-- <Patch level="1">sysvinit-2.86-ctrlc.patch</Patch> -->
- <!-- <Patch level="1">sysvinit-2.78-man.patch</Patch> -->
-
- <Patch level="1">sysvinit-2.86-loginshell.patch</Patch>
- <!-- <Patch level="1">sysvinit-2.86-single.patch</Patch> -->
- <!-- <Patch level="1">sysvinit-2.88-quiet.patch</Patch> -->
-
- <!-- <Patch level="1">sysvinit-2.88-ipv6.patch</Patch> -->
- <!-- <Patch level="1">sysvinit-2.88-omit.patch</Patch> -->
- <!-- <Patch level="1">sysvinit-2.88-wall-maxlines.patch</Patch> -->
- <!-- <Patch level="1">sysvinit-2.88-sysmacros.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>sysvinit</Name>
- <Files>
- <Path fileType="executable">/bin</Path>
- <Path fileType="executable">/sbin</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- <Provides>
- <COMAR script="package.py">System.Package</COMAR>
- </Provides>
- </Package>
- <Package>
- <Name>sysvinit-tools</Name>
- <Summary>Tools used for process and utmp management</Summary>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/bin/mountpoint</Path>
- <Path fileType="executable">/sbin/pidof</Path>
- <Path fileType="executable">/sbin/killall5</Path>
- <Path fileType="executable">/sbin/sulogin</Path>
- <Path fileType="executable">/usr/bin/wall</Path>
- <Path fileType="executable">/usr/bin/last</Path>
- <Path fileType="executable">/usr/bin/lastb</Path>
- <Path fileType="executable">/usr/bin/mesg</Path>
- <Path fileType="executable">/usr/bin/utmpdump</Path>
- <Path fileType="man">/usr/share/man/man1</Path>
- <Path fileType="man">/usr/share/man/man8/killall5*</Path>
- <Path fileType="man">/usr/share/man/man8/pidof*</Path>
- <Path fileType="man">/usr/share/man/man8/sulogin*</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2024-07-17</Date>
- <Version>3.09</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="7">
- <Date>2021-03-04</Date>
- <Version>2.99</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-12-09</Date>
- <Version>2.96</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-12-25</Date>
- <Version>2.96</Version>
- <Comment>Version bump</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-15</Date>
- <Version>2.88</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-06</Date>
- <Version>2.88</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>2.88</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-13</Date>
- <Version>2.88</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|