diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2012-10-26 02:07:43 +0400 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2012-10-26 02:07:43 +0400 |
| commit | 5e6a4e5f0449df2f5667fe3c4aad95920c997a64 (patch) | |
| tree | a70e74eaf4812f33e61fc3630adfa9faa784fcc9 /smf-base | |
| parent | 9b9da758ca6c202713329e75117b94a454bd38a9 (diff) | |
| download | illumos-packaging-5e6a4e5f0449df2f5667fe3c4aad95920c997a64.tar.gz | |
Remove files from "binary" branch
Diffstat (limited to 'smf-base')
| -rw-r--r-- | smf-base/debian/changelog | 5 | ||||
| -rw-r--r-- | smf-base/debian/compat | 1 | ||||
| -rw-r--r-- | smf-base/debian/control | 24 | ||||
| -rw-r--r-- | smf-base/debian/docs | 1 | ||||
| -rw-r--r-- | smf-base/debian/install | 43 | ||||
| -rw-r--r-- | smf-base/debian/patches/01-mount-var-run-lock.patch | 10 | ||||
| -rwxr-xr-x | smf-base/debian/rules | 20 | ||||
| -rw-r--r-- | smf-base/debian/source/format | 1 |
8 files changed, 0 insertions, 105 deletions
diff --git a/smf-base/debian/changelog b/smf-base/debian/changelog deleted file mode 100644 index bd6b420..0000000 --- a/smf-base/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -smf-base (5.11.0-1~3) unstable; urgency=low - - * Initial release. - - -- Igor Pashev <pashev.igor@gmail.com> Sat, 26 May 2012 01:39:16 +0000 diff --git a/smf-base/debian/compat b/smf-base/debian/compat deleted file mode 100644 index 45a4fb7..0000000 --- a/smf-base/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/smf-base/debian/control b/smf-base/debian/control deleted file mode 100644 index 48a34fd..0000000 --- a/smf-base/debian/control +++ /dev/null @@ -1,24 +0,0 @@ -Source: smf-base -Section: admin -Priority: required -Maintainer: Igor Pashev <pashev.igor@gmail.com> -Build-Depends: - debhelper ( >= 8 ), -Standards-Version: 3.9.2 -Homepage: http://illumos.org/ - -Package: smf-base -Essential: yes -Priority: required -Section: admin -Architecture: all -Depends: ${misc:Depends} -Description: service management facility (SMF): core services - SMF is a framework that handles system boot-up, process management, and - self-healing. It addresses the shortcomings of startup scripts and creates - an infrastructure to manage daemons after the host has booted. - . - This package includes manifests, methods, shared files for - core SMF services and milestones, such as mounting filesystems, - network configration, console login and others. - diff --git a/smf-base/debian/docs b/smf-base/debian/docs deleted file mode 100644 index 4171555..0000000 --- a/smf-base/debian/docs +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/lib/svc/share/README diff --git a/smf-base/debian/install b/smf-base/debian/install deleted file mode 100644 index af5d8e4..0000000 --- a/smf-base/debian/install +++ /dev/null @@ -1,43 +0,0 @@ -lib/svc/share/fs_include.sh -lib/svc/share/net_include.sh - -lib/svc/manifest/milestone/multi-user-server.xml -lib/svc/manifest/milestone/multi-user.xml -lib/svc/manifest/milestone/name-services.xml -lib/svc/manifest/milestone/network.xml -lib/svc/manifest/milestone/single-user.xml -lib/svc/manifest/milestone/sysconfig.xml -lib/svc/manifest/network/network-initial.xml -lib/svc/manifest/network/network-install.xml -lib/svc/manifest/network/network-loopback.xml -lib/svc/manifest/network/network-netmask.xml -lib/svc/manifest/network/network-physical.xml -lib/svc/manifest/network/network-service.xml -lib/svc/manifest/system/device/devices-audio.xml -lib/svc/manifest/system/device/devices-local.xml -lib/svc/manifest/system/filesystem/local-fs.xml -lib/svc/manifest/system/filesystem/minimal-fs.xml -lib/svc/manifest/system/filesystem/root-fs.xml -lib/svc/manifest/system/filesystem/usr-fs.xml -lib/svc/manifest/system/identity.xml -lib/svc/manifest/system/rmtmpfiles.xml -lib/svc/manifest/system/svc/global.xml -lib/svc/manifest/system/svc/restarter.xml - -lib/svc/method/devices-audio -lib/svc/method/devices-local -lib/svc/method/fs-local -lib/svc/method/fs-minimal -lib/svc/method/fs-root -lib/svc/method/fs-usr -lib/svc/method/identity-domain -lib/svc/method/identity-node -lib/svc/method/net-init -lib/svc/method/net-install -lib/svc/method/net-loc -lib/svc/method/net-loopback -lib/svc/method/net-netmask -lib/svc/method/net-physical -lib/svc/method/net-svc -lib/svc/method/rmtmpfiles - diff --git a/smf-base/debian/patches/01-mount-var-run-lock.patch b/smf-base/debian/patches/01-mount-var-run-lock.patch deleted file mode 100644 index 6768c5a..0000000 --- a/smf-base/debian/patches/01-mount-var-run-lock.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/lib/svc/method/fs-minimal 2011-11-13 05:56:46.000000000 +0000 -+++ b/lib/svc/method/fs-minimal.new 2012-05-22 22:56:55.815215659 +0000 -@@ -66,6 +66,7 @@ - mounted /var/run - tmpfs < /etc/mnttab - if [ $? != 0 ] ; then - mountfs -O /var/run tmpfs - swap || exit $SMF_EXIT_ERR_FATAL -+ mkdir /var/run/lock - fi - - if [ ! -f /var/run/tzsync ] ; then diff --git a/smf-base/debian/rules b/smf-base/debian/rules deleted file mode 100755 index 03bbedd..0000000 --- a/smf-base/debian/rules +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/make -f - - -%: - dh $@ - -# For a while we use binary "sources" -override_dh_auto_clean: -override_dh_auto_configure: -override_dh_auto_build: -override_dh_auto_test: -override_dh_auto_install: - ln -sf ../../root_i386 debian/tmp - - -override_dh_install: - dh_install - cd debian/smf-base && \ - patch -p1 < ../../debian/patches/01-mount-var-run-lock.patch - diff --git a/smf-base/debian/source/format b/smf-base/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/smf-base/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) |
