Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Fixes #720
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Mar 17, 2017
1 parent 3652f7e commit 72b8048
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cnchi/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

""" Set some Cnchi global constants """

CNCHI_VERSION = "0.14.255"
CNCHI_VERSION = "0.14.256"
CNCHI_WEBSITE = "http://www.antergos.com"
CNCHI_RELEASE_STAGE = "production"

Expand Down
3 changes: 0 additions & 3 deletions cnchi/installation/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,9 +855,6 @@ def setup_features(self):
services.append('org.cups.cupsd')
services.append('avahi-daemon')

if self.settings.get("feature_smb"):
services.append("smbd")

if self.settings.get("feature_firewall"):
logging.debug("Configuring firewall...")
# Set firewall rules
Expand Down
1 change: 1 addition & 0 deletions data/packages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@
<pkgname>paranoid</pkgname>
</feature>
<feature name="smb">
<pkgname>cifs-utils</pkgname>
<pkgname lib='gtk'>gvfs-smb</pkgname>
<pkgname lib='qt'>kdenetwork-filesharing</pkgname>
<pkgname>python-pysmbc</pkgname>
Expand Down
2 changes: 1 addition & 1 deletion update.info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"version":"0.14.255","files":[
{"version":"0.14.256","files":[
]}

0 comments on commit 72b8048

Please sign in to comment.