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
apk-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
61
Issues
61
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
apk-tools
Commits
9f219e4f
Commit
9f219e4f
authored
Apr 26, 2011
by
Ariadne Conill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
state: make some of the interactive messages line up with apt which weren't already
parent
99010588
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/state.c
src/state.c
+3
-3
No files found.
src/state.c
View file @
9f219e4f
...
...
@@ -989,10 +989,10 @@ int apk_state_commit(struct apk_state *state)
"The following NEW packages will be installed"
);
dump_packages
(
state
,
cmp_upgrade
,
"The following packages will be upgraded"
);
printf
(
"%d kB of %s
\n
"
,
abs
(
size_diff
),
printf
(
"
After this operation,
%d kB of %s
\n
"
,
abs
(
size_diff
),
(
size_diff
<
0
)
?
"disk space will be freed"
:
"additional disk space will be used"
);
"disk space will be freed
.
"
:
"additional disk space will be used
.
"
);
}
if
(
apk_flags
&
APK_INTERACTIVE
)
{
printf
(
"Do you want to continue [Y/n]? "
);
...
...
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