Commit graph

29 commits

Author SHA1 Message Date
Juan RP 25b70bd9c1 Updated 95% pkgs to the new shlibs world order, not yet finished. 2011-11-14 18:12:47 +01:00
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00
Juan RP fa7e0c219b OpenRC: rebuild with coreutils builddep. 2011-10-07 12:09:23 +02:00
Juan RP f73b1808e6 OpenRC: remove references to vanilla. 2011-07-17 01:20:05 +02:00
str1ngs 3dc36e68e1 OpenRC: homepage, license 2011-06-29 07:17:32 -07:00
Juan RP 87faf3f80f OpenRC: always overwrite /etc/mtab (via mtab service). 2011-06-26 08:28:56 +02:00
Juan RP 2bbfbc658f OpenRC: fix mtab service, procfs service is not valid. 2011-06-25 23:09:36 +02:00
Juan RP 68804663ef OpenRC: make /etc/mtab a symlink to /proc/self/mounts. 2011-06-25 16:27:59 +02:00
str1ngs ed9777ffcc OpenRC: vanilla branding. 2011-06-24 11:19:57 -07:00
Juan RP 26f8495bf6 OpenRC: only mount /run if not mounted, check if dirs exist before creating them. 2011-06-19 01:19:04 +02:00
Juan RP f24e4903f5 OpenRC: deprecate ifconfig usage, use iproute2 instead. 2011-06-18 21:16:44 +02:00
Juan RP c86e824b9b OpenRC: improve shutdown sequence, by avoiding unmounting some fs. 2011-05-20 14:26:10 +02:00
Juan RP 548b8f1224 OpenRC: improve /run creation. 2011-05-04 13:11:19 +02:00
Juan RP b9b2168a3b OpenRC: some fixes for /run transition.
- do not mount /dev/shm anymore, it's a symlink to /run/shm.
- always mount /run as tmpfs with required dirs, and created required
  compat symlinks if they aren't correct (rootfs must be mounted rw to work).
2011-04-29 22:45:10 +02:00
Juan RP 6b4cb03a83 Update packages to use /run and compat symlinks inside of it.
/run is now used explicitly by udev>=167 so I followed the lead and
updated XBPS core packages to use it by default.
2011-04-29 20:26:58 +02:00
Juan RP 71654225aa OpenRC: /etc/conf.d/local is no more, bumprev. 2011-02-11 11:58:42 +01:00
Juan RP 9f192f5a0e OpenRC: update to a newer snapshot from Gentoo. 2011-02-11 11:51:08 +01:00
Juan RP 3010150032 OpenRC: fix branding def, bumprev. 2011-01-16 17:20:05 +01:00
Juan RP 47075ccee9 OpenRC: added some more XBPS custom patches, bumprev.
* Do not add / with rootfs type in /etc/mtab in devfs service.
* Mount /var/run, /var/lock and /var/tmp as tmpfs in sysfs service.
* Do not clean up /var/run as it is redundant now in bootmisc service.
2011-01-16 12:54:35 +01:00
Juan RP 1302e6931f OpenRC: added a patch from git master to fix some errors. 2010-05-18 16:38:11 +02:00
Juan RP ac5a56f952 OpenRC: update to 0.6.1. 2010-05-18 00:07:37 +02:00
Juan RP 80e7526577 OpenRC: move so symlink into main pkg.
--HG--
extra : convert_revision : a5b2a4e1cf14f0c10064c4dee44a6559c5337e11
2010-04-22 12:53:52 +02:00
Juan RP 12d4294bc6 OpenRC: use /lib/rc rather than /libexecdir/rc, define BRANDING.
Bumprev.

--HG--
extra : convert_revision : cbb6497f6f4627fdee20c19a09fb01ecafcee4be
2010-02-27 07:15:18 +01:00
Juan RP bc80789cb0 OpenRC: added a patch to mount xenfs very early for dom0.
--HG--
extra : convert_revision : a174b429866504b1f6967ae4dc372703f35621c0
2010-02-26 10:05:42 +01:00
Juan RP 72171d7893 OpenRC: update to 0.6.0.
--HG--
extra : convert_revision : db46ca86d051f77feb78f75e9916f04503838014
2010-01-09 13:13:28 +01:00
Juan RP f1711e83f0 OpenRC: add -devel subpkg, use orig rc.conf. Bumprev.
--HG--
extra : convert_revision : b741040c975fbf1b34157a5ca3422610db852561
2009-12-05 03:37:44 +01:00
Juan RP 0a3bb8ad45 OpenRC: update to 0.5.3.
--HG--
extra : convert_revision : 146075317969c56d6d785ee2faa6fa80ba05b568
2009-12-04 05:50:12 +01:00
Juan RP 8c917e47f7 OpenRC: add changes to support vmware-tools out-of-the-box.
- Create /etc/init.d/fake-rc.d and rc[0-6].d symlinks.
  The vmware-tools script will be installed here.
- In /etc/conf.d/local by default will start/stop
  /etc/init.d/vmware-tools if exists.

Bump revision.

--HG--
extra : convert_revision : df7205367d95b31ded11872ce88f88cf5dbf0764
2009-11-27 03:35:43 +01:00
Juan RP 85cc462e1d Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
  they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
  example udev now has a subpkgs called "libgudev". Previously
  subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
  That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.

And more that I forgot because it's a mega-commit that I've been
working for some days already...

--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
2009-11-22 08:31:44 +01:00
Renamed from templates/OpenRC/template (Browse further)