Skip to content

Commit 69cf821

Browse files
author
Paul Cobbaut
committed
Merge pull request #41 from paulcobbaut/master
cleanup of modules directory
2 parents d5174b2 + 07ed0a9 commit 69cf821

39 files changed

+92
-800
lines changed

books/minibook_users/config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ add_mod chapter users
1414
add_mod chapter user_management
1515
add_mod chapter user_passwords
1616
add_mod chapter user_profiles
17-
#add_mod chapter intro_groups
1817
add_mod chapter groups
1918
# separate su - sudo chapter ??

books/networking/authors

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# first name, last name, email, url
2+
# several authors are possible, but only the first one is used by the docbook <author> tag.
3+
Paul,Cobbaut,[email protected],http://www.linkedin.com/in/cobbaut

books/networking/config

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/sh
2+
#
3+
4+
BOOKTITLE="Linux Networking"
5+
6+
add_mod minibook minibook_networking
7+
add_mod minibook minibook_webserver # seperate squid?
8+
add_mod minibook minibook_dns
9+
add_mod minibook minibook_dhcp
10+
add_mod minibook minibook_firewall
11+
add_mod minibook minibook_samba
12+
add_mod minibook minibook_ipv6
13+
14+
# license
15+
add_mod appendix license

books/networking/contributors

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# first name, last name, email, topic
2+
Serge,van Ginderachter,[email protected],build scripts; infrastructure setup; minor stuff
3+
Hendrik,De Vloed,[email protected],buildheader.pl script

books/networking/copyrights

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# first name, last name
2+
Paul,Cobbaut

books/networking/reviewers

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# first name, last name, email, url
2+
Wouter,Verhelst,[email protected],http://grep.be
3+
Geert,Goossens,[email protected],http://www.linkedin.com/in/geertgoossens
4+
Elie,De Brauwer,[email protected],http://www.de-brauwer.be
5+
Christophe,Vandeplas,[email protected],http://christophe.vandeplas.com
6+
Bert,Desmet,[email protected],http://bdesmet.be
7+
Rich,Yonts,[email protected],

books/networking/version

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
MAJOR=2
2+
MINOR=0

books/security/authors

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# first name, last name, email, url
2+
# several authors are possible, but only the first one is used by the docbook <author> tag.
3+
Paul,Cobbaut,[email protected],http://www.linkedin.com/in/cobbaut

books/security/config

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
#
3+
4+
BOOKTITLE="Linux Security"
5+
6+
add_mod minibook minibook_users
7+
add_mod minibook minibook_files
8+
add_mod minibook minibook_firewall
9+
add_mod minibook minibook_selinux
10+
11+
# license
12+
add_mod appendix license

books/security/contributors

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# first name, last name, email, topic
2+
Serge,van Ginderachter,[email protected],build scripts; infrastructure setup; minor stuff
3+
Hendrik,De Vloed,[email protected],buildheader.pl script

0 commit comments

Comments
 (0)