Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
86
Issues
86
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
33
Merge Requests
33
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
core
Commits
5e3455d4
Commit
5e3455d4
authored
May 26, 2013
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deprecated
parent
cb8d1232
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
134 deletions
+0
-134
module-init-tools/PKGBUILD
module-init-tools/PKGBUILD
+0
-41
module-init-tools/docfix.patch
module-init-tools/docfix.patch
+0
-90
module-init-tools/modprobe.conf
module-init-tools/modprobe.conf
+0
-3
No files found.
module-init-tools/PKGBUILD
deleted
100644 → 0
View file @
cb8d1232
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname
=
module-init-tools
pkgver
=
3.16
pkgrel
=
2
pkgdesc
=
"utilities needed by Linux systems for managing loadable kernel modules"
arch
=(
'i686'
'x86_64'
)
url
=
"http://kerneltools.org"
license
=(
'GPL'
)
depends
=(
'glibc'
)
makedepends
=(
'docbook2x'
)
backup
=(
'etc/modprobe.d/modprobe.conf'
)
source
=(
http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-
$pkgver
.tar.bz2
modprobe.conf
docfix.patch
)
md5sums
=(
'bc44832c6e41707b8447e2847d2019f5'
'316f1bda4c21af02b30252eb014a0a55'
'4320d19902ded43bed55c804b065cdc7'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
# fix headers in SGML manpage sources and an XML typo
patch
-Np0
<
"
$srcdir
/docfix.patch"
./configure
--prefix
=
/usr
--exec-prefix
=
/
--enable-zlib
make
}
package
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
make
DESTDIR
=
$pkgdir
install
# Install our custom (read: empty) modprobe.conf
install
-Dm644
$srcdir
/modprobe.conf
$pkgdir
/etc/modprobe.d/modprobe.conf
}
module-init-tools/docfix.patch
deleted
100644 → 0
View file @
cb8d1232
--- doc/depmod.conf.sgml.orig 2011-06-25 10:07:15.897805024 -0400
+++ doc/depmod.conf.sgml 2011-06-25 10:07:48.810805020 -0400
@@ -1,4 +1,5 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY debian "<productname>Debian GNU/Linux</productname>">
<!ENTITY docbook "<productname>DocBook</productname>">
<!ENTITY sgml "<abbrev>SGML</abbrev>">
--- doc/depmod.sgml.orig 2011-06-25 10:07:15.898805024 -0400
+++ doc/depmod.sgml 2011-06-25 10:07:56.636805021 -0400
@@ -1,4 +1,5 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY debian "<productname>Debian GNU/Linux</productname>">
<!ENTITY docbook "<productname>DocBook</productname>">
<!ENTITY sgml "<abbrev>SGML</abbrev>">
@@ -52,7 +52,7 @@
<arg><option>-n</option></arg>
<arg><option>-v</option></arg>
<arg><option>-P <replaceable>prefix</replaceable></option></arg>
- <arg><option>-w</option><arg>
+ <arg><option>-w</option></arg>
<arg><option><replaceable>version</replaceable></option></arg>
<arg rep='repeat'><option><replaceable>filename</replaceable></option></arg>
</cmdsynopsis>
--- doc/insmod.sgml.orig 2011-06-25 10:07:15.899805024 -0400
+++ doc/insmod.sgml 2011-06-25 10:07:59.228805019 -0400
@@ -1,4 +1,5 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY debian "<productname>Debian GNU/Linux</productname>">
<!ENTITY docbook "<productname>DocBook</productname>">
<!ENTITY sgml "<abbrev>SGML</abbrev>">
--- doc/lsmod.sgml.orig 2011-06-25 10:07:15.899805024 -0400
+++ doc/lsmod.sgml 2011-06-25 10:08:04.804805020 -0400
@@ -1,4 +1,5 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY debian "<productname>Debian GNU/Linux</productname>">
<!ENTITY docbook "<productname>DocBook</productname>">
<!ENTITY sgml "<abbrev>SGML</abbrev>">
--- doc/modinfo.sgml.orig 2011-06-25 10:07:15.900805024 -0400
+++ doc/modinfo.sgml 2011-06-25 10:08:07.630805019 -0400
@@ -1,4 +1,5 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY debian "<productname>Debian GNU/Linux</productname>">
<!ENTITY docbook "<productname>DocBook</productname>">
<!ENTITY sgml "<abbrev>SGML</abbrev>">
--- doc/modprobe.conf.sgml.orig 2011-06-25 10:07:15.901805024 -0400
+++ doc/modprobe.conf.sgml 2011-06-25 10:08:10.173805018 -0400
@@ -1,4 +1,5 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY debian "<productname>Debian GNU/Linux</productname>">
<!ENTITY docbook "<productname>DocBook</productname>">
<!ENTITY sgml "<abbrev>SGML</abbrev>">
--- doc/modprobe.sgml.orig 2011-06-25 10:07:15.902805024 -0400
+++ doc/modprobe.sgml 2011-06-25 10:08:13.623805019 -0400
@@ -1,4 +1,5 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY debian "<productname>Debian GNU/Linux</productname>">
<!ENTITY docbook "<productname>DocBook</productname>">
<!ENTITY sgml "<abbrev>SGML</abbrev>">
--- doc/modules.dep.sgml.orig 2011-06-25 10:07:15.903805024 -0400
+++ doc/modules.dep.sgml 2011-06-25 10:08:19.323805019 -0400
@@ -1,4 +1,5 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY debian "<productname>Debian GNU/Linux</productname>">
<!ENTITY docbook "<productname>DocBook</productname>">
<!ENTITY sgml "<abbrev>SGML</abbrev>">
--- doc/rmmod.sgml.orig 2011-06-25 10:07:15.904805024 -0400
+++ doc/rmmod.sgml 2011-06-25 10:08:27.691805017 -0400
@@ -1,4 +1,5 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY debian "<productname>Debian GNU/Linux</productname>">
<!ENTITY docbook "<productname>DocBook</productname>">
<!ENTITY sgml "<abbrev>SGML</abbrev>">
module-init-tools/modprobe.conf
deleted
100644 → 0
View file @
cb8d1232
#
# /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
#
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment