Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
17c8c0e3
Commit
17c8c0e3
authored
May 06, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed VERSION in makefile and massed up .in files
parent
ec0c7a74
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
6 deletions
+18
-6
Makefile
Makefile
+1
-1
albootstrap.in
albootstrap.in
+1
-1
lbu.in
lbu.in
+13
-1
setup-ads.in
setup-ads.in
+1
-1
setup-alpine.in
setup-alpine.in
+1
-1
setup-webconf.in
setup-webconf.in
+1
-1
No files found.
Makefile
View file @
17c8c0e3
...
...
@@ -48,7 +48,7 @@ WWW="http://alpinelinux.org/alpine-conf"
SED
:=
sed
TAR
:=
tar
SED_REPLACE
:=
-
i
-
e
's:@VERSION@:
$(VERSION)
:g'
\
SED_REPLACE
:=
-e
's:@VERSION@:
$(VERSION)
:g'
\
-e
's:@PREFIX@:
$(PREFIX)
:g'
.SUFFIXES
:
.sh.in .in
...
...
albootstrap.in
View file @
17c8c0e3
...
...
@@ -2,7 +2,7 @@
# bootstrap an alpine installation
VERSION
=
2.0_alpha7
VERSION
=
@VERSION@
usage
()
{
echo
"usage:
$(
basename
$0
)
TARGETDIR"
...
...
lbu.in
View file @
17c8c0e3
...
...
@@ -4,7 +4,7 @@
#
Copyright
(
c
)
2006
Natanael
Copa
#
May
be
distributed
under
GPL2
VERSION
=
2.0
_alpha7
VERSION
=
@
VERSION
@
sysconfdir
=@
sysconfdir
@
if
[
! -f ${libalpine:="./libalpine.sh"} ]; then
...
...
@@ -491,6 +491,18 @@ Options:
exit
1
}
cmd_status
()
{
if
[
-
n
"$USE_DEFAULT"
];
then
apk
audit
--
backup
return
0
fi
#
unpack
old
apkovl
to
tmpdir
/
a
#
generate
new
apkovl
and
extract
to
tmpdir
/
b
#
show
files
that
exists
in
a
but
not
in
b
as
deleted
#
compare
files
in
b
with
files
in
a
#
cleanup
}
#-----------------------------------------------------------
...
...
setup-ads.in
View file @
17c8c0e3
...
...
@@ -11,7 +11,7 @@
# * suggest DC server(s) based on
# $(dig _kerberos._tcp.dc._msdcs.$DOMAIN SRV +short)
VERSION
=
2.0_alpha7
VERSION
=
@VERSION@
PROGRAM
=
setup-ads
.
$PREFIX
/lib/libalpine.sh
...
...
setup-alpine.in
View file @
17c8c0e3
#!/bin/sh
PROGRAM
=
setup-alpine
VERSION
=
2.0_alpha7
VERSION
=
@VERSION@
PREFIX
=
.
$PREFIX
/lib/libalpine.sh
...
...
setup-webconf.in
View file @
17c8c0e3
#!/bin/sh
PROGRAM
=
setup-acf
VERSION
=
2.0_alpha7
VERSION
=
@VERSION@
PREFIX
=
.
$PREFIX
/lib/libalpine.sh
...
...
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