From: W. Trevor King Date: Fri, 1 Feb 2013 02:17:50 +0000 (-0500) Subject: examples: Add newlines to accidentally unwrapped comment lines X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80e0140be0a82ad25a6c775386e5778566b7ec5c;p=catalyst.git examples: Add newlines to accidentally unwrapped comment lines With: $ sed -i 's/^\(#.*\)\(#.*\)/\1\n\2/' examples/*.spec --- diff --git a/examples/grp_template.spec b/examples/grp_template.spec index 97e49dc8..9451b5db 100644 --- a/examples/grp_template.spec +++ b/examples/grp_template.spec @@ -8,7 +8,8 @@ # subarch: athlon-xp subarch: -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date. +# The version stamp is an identifier for the build. It can be anything you wish +# it to be, but it is usually a date. # example: # version_stamp: 2006.1 version_stamp: @@ -26,7 +27,8 @@ target: grp # rel_type: default rel_type: -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles. +# This is the system profile to be used by catalyst to build this target. It is +# specified as a relative path from /usr/portage/profiles. # example: # profile: default-linux/x86/2006.1 profile: @@ -37,7 +39,8 @@ profile: snapshot: # This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed. +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix +# for the seed. # example: # default/stage3-x86-2006.1 source_subpath: diff --git a/examples/livecd-stage1_template.spec b/examples/livecd-stage1_template.spec index 322ebd3e..a3cd9396 100644 --- a/examples/livecd-stage1_template.spec +++ b/examples/livecd-stage1_template.spec @@ -8,7 +8,8 @@ # subarch: athlon-xp subarch: -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date. +# The version stamp is an identifier for the build. It can be anything you wish +# it to be, but it is usually a date. # example: # version_stamp: 2006.1 version_stamp: @@ -26,7 +27,8 @@ target: # rel_type: default rel_type: -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles. +# This is the system profile to be used by catalyst to build this target. It is +# specified as a relative path from /usr/portage/profiles. # example: # profile: default-linux/x86/2006.1 profile: @@ -37,7 +39,8 @@ profile: snapshot: # This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed. +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix +# for the seed. # example: # default/stage3-x86-2006.1 source_subpath: diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec index 18a06a4e..8a242ad7 100644 --- a/examples/livecd-stage2_template.spec +++ b/examples/livecd-stage2_template.spec @@ -8,7 +8,8 @@ # subarch: athlon-xp subarch: -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date. +# The version stamp is an identifier for the build. It can be anything you wish +# it to be, but it is usually a date. # example: # version_stamp: 2006.1 version_stamp: @@ -26,7 +27,8 @@ target: # rel_type: default rel_type: -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles. +# This is the system profile to be used by catalyst to build this target. It is +# specified as a relative path from /usr/portage/profiles. # example: # profile: default-linux/x86/2006.1 profile: @@ -37,7 +39,8 @@ profile: snapshot: # This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed. +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix +# for the seed. # example: # default/livecd-stage1-x86-2006.1 source_subpath: diff --git a/examples/netboot_template.spec b/examples/netboot_template.spec index 7671d4db..921ddf43 100644 --- a/examples/netboot_template.spec +++ b/examples/netboot_template.spec @@ -8,7 +8,8 @@ # subarch: athlon-xp subarch: -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date. +# The version stamp is an identifier for the build. It can be anything you wish +# it to be, but it is usually a date. # example: # version_stamp: 2006.1 version_stamp: @@ -26,7 +27,8 @@ target: # rel_type: default rel_type: -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles. +# This is the system profile to be used by catalyst to build this target. It is +# specified as a relative path from /usr/portage/profiles. # example: # profile: default-linux/x86/2006.1 profile: @@ -37,7 +39,8 @@ profile: snapshot: # This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed. +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix +# for the seed. # example: # default/stage3-x86-2006.1 source_subpath: diff --git a/examples/snapshot_template.spec b/examples/snapshot_template.spec index f683f25d..8f2136b1 100644 --- a/examples/snapshot_template.spec +++ b/examples/snapshot_template.spec @@ -5,7 +5,8 @@ # target: snapshot target: -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date. +# The version stamp is an identifier for the build. It can be anything you wish +# it to be, but it is usually a date. # example: # version_stamp: 2006.1 version_stamp: diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec index 9da5e5e9..501c2893 100644 --- a/examples/stage4_template.spec +++ b/examples/stage4_template.spec @@ -8,7 +8,8 @@ # subarch: athlon-xp subarch: -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date. +# The version stamp is an identifier for the build. It can be anything you wish +# it to be, but it is usually a date. # example: # version_stamp: 2006.1 version_stamp: @@ -26,7 +27,8 @@ target: # rel_type: default rel_type: -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles. +# This is the system profile to be used by catalyst to build this target. It is +# specified as a relative path from /usr/portage/profiles. # example: # profile: default-linux/x86/2006.1 profile: @@ -37,7 +39,8 @@ profile: snapshot: # This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed. +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix +# for the seed. # example: # default/stage3-x86-2006.1 source_subpath: @@ -119,7 +122,8 @@ stage4/splash_theme: # stage4/gk_mainargs: --lvm --dmraid stage4/gk_mainargs: -# This option allows you to specify your own linuxrc script for genkernel to use# when building your CD. This is not checked for functionality, so it is up to +# This option allows you to specify your own linuxrc script for genkernel to use +# when building your CD. This is not checked for functionality, so it is up to # you to debug your own script. We do not use one for the official release # media, so there will not be one listed below. # example: diff --git a/examples/tinderbox_template.spec b/examples/tinderbox_template.spec index 65ccbe30..20cc53fd 100644 --- a/examples/tinderbox_template.spec +++ b/examples/tinderbox_template.spec @@ -7,7 +7,8 @@ # subarch: athlon-xp subarch: -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date. +# The version stamp is an identifier for the build. It can be anything you wish +# it to be, but it is usually a date. # example: # version_stamp: 2006.1 version_stamp: @@ -24,7 +25,8 @@ target: tinderbox # rel_type: default rel_type: -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles. +# This is the system profile to be used by catalyst to build this target. It is +# specified as a relative path from /usr/portage/profiles. # example: # profile: default-linux/x86/2006.1 profile: @@ -35,7 +37,8 @@ profile: snapshot: # This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed. +# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix +# for the seed. # example: # default/stage3-x86-2006.1 source_subpath: