Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
firewall
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
silver-platter
firewall
Commits
47636463
Commit
47636463
authored
11 years ago
by
sand
Browse files
Options
Downloads
Patches
Plain Diff
Use debhelper for postinst script.
parent
2e824ce4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/ai-firewall.postinst
+0
-12
0 additions, 12 deletions
debian/ai-firewall.postinst
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
with
6 additions
and
12 deletions
debian/ai-firewall.postinst
+
0
−
12
View file @
47636463
#!/bin/sh
#!/bin/sh
set
-e
if
[
-x
/etc/init.d/ai-firewall
]
;
then
update-rc.d ai-firewall defaults
>
/dev/null
if
[
-x
/usr/sbin/invoke-rc.d
]
;
then
invoke-rc.d ai-firewall restart
else
/etc/init.d/ai-firewall restart
fi
fi
#DEBHELPER#
#DEBHELPER#
exit
0
exit
0
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
47636463
ai-firewall (0.1-2) unstable; urgency=low
* Use debhelper for postinst script.
-- Autistici/Inventati <debian@autistici.org> Sun, 22 Jun 2014 19:12:21 +0000
ai-firewall (0.1-1) unstable; urgency=low
ai-firewall (0.1-1) unstable; urgency=low
* Update debian package to start service at boot
* Update debian package to start service at boot
...
...
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