~aw/sabayon-template/trunk

« back to all changes in this revision

Viewing changes to man/sabayon-apply.8

  • Committer: Bazaar Package Importer
  • Author(s): Scott Balneaves
  • Date: 2009-12-28 16:58:21 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20091228165821-38riqcxr41abmelj
Tags: 2.29.5~rc1-0ubuntu1
* New upstream release
  - Depend on Pessulus
  - Added manual
  - Fixed several crasher bugs
  - Added apply by group
  - Symlinks now saved in zipfile
* debian
  - Updated deps in control
  - removed sabayon.8, sabayon-apply.8, install.manpages (upstream man)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Title: sabayon-apply
 
2
.\" Author: Scott Balneaves <sbalneav@ltsp.org>
 
3
.\" Generator:
 
4
.\" Date: 28/12/2008
 
5
.\" Manual:
 
6
.\" Source:
 
7
.\"
 
8
.\" disable hyphenation
 
9
.\" .nh
 
10
.\" disable justification (adjust text to left margin only)
 
11
.\" .ad l
 
12
.TH "SABAYON-APPLY" "1" "28/12/2009" "" ""
 
13
.SH "NAME"
 
14
sabayon-apply \- Apply a sabayon profile to a user.
 
15
.SH "SYNOPSIS"
 
16
\fIsabayon-apply\fR
 
17
.SH "DESCRIPTION"
 
18
\fIsabayon-apply\fR is a tool to apply a profile created with
 
19
\fIsabayon\fR
 
20
.  It is typically run as part of the Xsession login scripts.
 
21
.SH "OPTIONS"
 
22
.TP
 
23
.BI profile
 
24
If a profile is manually specified on the command line, that profile mapping
 
25
will take precedence above the ones in users.xml or groups.xml
 
26
.SH "FILES"
 
27
.TP
 
28
.BI /etc/sabayon/users.xml
 
29
XML file that maps userids to profile mappings
 
30
.TP
 
31
.BI /etc/sabayon/groups.xml
 
32
XML file that maps userids to profile mappings
 
33
.TP
 
34
.BI /etc/sabayon/sabayon-debug-log.conf
 
35
Config file for logging options.
 
36
.TP
 
37
.BI /etc/sabayon/profiles/
 
38
Directory where profiles are stored.
 
39
.SH "RESOURCES"
 
40
http://live.gnome.org/Sabayon
 
41
.SH "COPYING"
 
42
Copyright \(co 2007 GNOME Sabayon authors
 
43
 
 
44
.RS 3n
 
45
.nf
 
46
This program is Free software; you can redistribute it and/or modify
 
47
it under the terms of the GNU General Public License as published by
 
48
the Free Software Foundation; either version 2 of the License, or
 
49
(at your option) any later version.
 
50
.fi
 
51
.RE
 
52
 
 
53
.RS 3n
 
54
.nf
 
55
This program is distributed in the hope that it will be useful,
 
56
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
57
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
58
GNU General Public License for more details.
 
59
.fi
 
60
.RE
 
61
 
 
62
.RS 3n
 
63
.nf
 
64
You should have received a copy of the GNU General Public License
 
65
along with this program; if not, write to the Free Software
 
66
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 
67
02110\-1301 USA
 
68
.fi
 
69
.RE