Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
051371f0
Verified
Commit
051371f0
authored
5 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
system/sysvinit: remove &> from upgrade script
parent
0260e9bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!293
Purge bashisms, adduser, and addgroup from packages.git
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
system/sysvinit/APKBUILD
+1
-1
1 addition, 1 deletion
system/sysvinit/APKBUILD
system/sysvinit/sysvinit.post-upgrade
+1
-1
1 addition, 1 deletion
system/sysvinit/sysvinit.post-upgrade
with
2 additions
and
2 deletions
system/sysvinit/APKBUILD
+
1
−
1
View file @
051371f0
...
...
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
sysvinit
pkgver
=
2.88
pkgrel
=
6
pkgrel
=
7
pkgdesc
=
"System V-style init programs"
url
=
"https://savannah.nongnu.org/projects/sysvinit"
arch
=
"all"
...
...
This diff is collapsed.
Click to expand it.
system/sysvinit/sysvinit.post-upgrade
+
1
−
1
View file @
051371f0
#!/bin/sh
/sbin/telinit U
&>
/dev/null
/sbin/telinit U
>
/dev/null
2>&1
exit
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment